.content-wrapper.internal>.container {
    width: 100%  !important;
    max-width: 100%  !important;
    padding: 0;
}

.content-wrapper.internal {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}


* {
    box-sizing: border-box;
}

.about-wrap {
    font-family: 'Mont' !important
}

* {
    -webkit-tap-highlight-color: transparent;
}

.container {
    width: 100% !important;
    max-width: 1290px !important;
    padding: 0 15px;
    margin: 0 auto;
}

.about-wrap .btn {
    font-weight: 800;
    font-size: 21px;
    line-height: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF !important;
    background: #F29C62;
    border-radius: 1000px;
    padding: 0 48px;
    height: 60px;
    width: max-content;
    text-decoration: none !important;
    transition: .1s !important;
    box-shadow: none !important;
}

.about-wrap .btn:hover {
    background-color: #EF833B;
	color: #fff;
}
.about-wrap .btn:focus {
    background-color: #EC6B13;
}


@media(max-width:1310px) {
    .about-wrap .btn {
        font-size: 18px;
        line-height: 23px;
        height: 44px;
        padding: 0 35.5px;
    }
    .container {
        max-width: 960px !important;
    }
}
@media(max-width:910px) {
    .container {
        max-width: 798px !important;
    }
}
@media(max-width:520px) {
    .about-wrap .btn {
        font-size: 16px;
    }
}
