.err-pge {
    background-color: #ffffff;
    color: #181818;
    font-family: MABFont;
}

.err-pge .err-img {
    display: inline-block;
}

.err-img img {
    width: 100%;
}

.err-hd {
    font-weight: 200;
    display: inline-block;
}

.err-dtl {
    text-align: center;
}

.err-cde {
    padding-bottom: 20px;
    font-weight: bold;
}

.try-agn-btn {
    width: 375px;
    margin: auto;
}

.err-hd-mb {
    font-family: MABFont;
    font-weight: 300;
}

.err-secn {
    padding: 42px 28px 50px;
    text-align: center;
}

.err-sidebar {
    padding: 32px 40px;
    text-align: center;
    box-shadow: 0 -1px 0 0 #f6f9f9;
}

.err-hd:first-letter {
    text-transform: capitalize;
}

.err-desc {
    text-align: center;
}

.err-des-txt {
    color: #546264;
}

@media screen and (min-width: 768px) {
    .err-pge {
        padding: 100px 50px;
        top: 80px;
        position: absolute;
        left: 0;
        right: 0;
        min-height: calc(100vh - 86px);
    }
    .err-des-txt {
        width: 490px;
        margin: auto;
    }
    .err-pge .err-img {
        width: 60px;
    }
    .err-hd-mb {
        font-size: 74px;
        padding: 25px 0px 5px;
    }
    .err-hd {
        font-size: 42px;
    }
    .err-desc {
        font-size: 16px;
    }
    .err-dtl {
        padding-bottom: 40px;
    }
    .err-desc {
        padding-bottom: 60px;
    }
}

@media screen and (max-width: 767px) {
    .err-pge .err-img {
        width: 40px;
    }
    .err-hd-mb {
        font-size: 46px;
        padding: 15px 0px 10px;
    }
    .err-hd {
        font-size: 32px;
        line-height: 35px;
    }
    .err-desc {
        font-size: 14px;
    }
    .err-pge {
        padding: 50px 40px;
        min-height: calc(100vh - 56px);
    }
    .err-dtl {
        padding-bottom: 23px;
    }
    .err-desc {
        padding-bottom: 35px;
    }
	.try-agn-btn {
    	width: 300px;
	}
}