@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');

body {
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    font-family: "Source Sans 3", sans-serif;
    color: #3a3939;
}

.section {
    position: relative;
    text-align: center;
    margin: 0;
    padding: 300px 0;
    color: #3a3939;
}

.section .heading {
    display: inline-block;
    padding-bottom: 100px;
    margin-bottom: 24px;
}

.section .heading h1 {
    font-size: 48px;
    font-weight: 600;
    line-height: 84px;
    letter-spacing: 11px;
    margin: 0;
}

.section .heading p {
    font-size: 24px;
    line-height: 42px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #3a3939;
    padding: 0;
    margin-top: 8px;
    border-top: 1px solid #3a393980;
    margin-bottom: 0;
}

.section .heading p::before {
    content: '';
    border-top: 1px solid #3a393980;
    display: block;
    margin: 4px 0 19px 0;
}

.section .about {
    width: 100%;
    position: absolute;
    bottom: 199px;
    margin: 0;
}

.section .about .about-btn {
    color: #fff;
    text-decoration: none;
    background: #3a3939;
    font-weight: 400;
    font-size: 24px;
    line-height: 42px;
    padding: 24px 72px;
    display: inline-block;
    border: none;
    border-radius: 72px;
    box-shadow: inset 0 0 0 1px #3a3939;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.section .about .about-btn:hover {
    color: #3a3939;
    background: #ffffff1a;
}

.section .about::before {
    content: '';
    display: block;
    background: url('../images/arrow.png') no-repeat;
    position: absolute;
    left: 50%;
    bottom: -108px;
    width: 90px;
    height: 66px;
    margin-left: -45px;
    margin-bottom: -33px;
}

.section .about::after {
    content: '';
    border-right: 1px solid #3a3939;
    display: block;
    height: 199px;
    position: absolute;
    left: 50%;
    bottom: -199PX;
}

#about-us {
    position: relative;
    color: #fff;
    background: #f87a2a url('../images/banner.png') bottom center no-repeat;
    text-align: center;
    padding: 120px 0;
    background-size: 125% auto;
}

#about-us h2 {
    font-size: 42px;
    font-weight: 400;
    line-height: 74px;
    letter-spacing: 5px;
    text-transform: uppercase;
    margin: 0 0 48px 0;
}

#about-us p {
    font-size: 24px;
    line-height: 42px;
    font-weight: 400;
    color: #fff;
    margin: 0;
}

#about-us .app-btn {
    color: #f87a2a;
    text-decoration: none;
    background: #fff;
    font-weight: 400;
    font-size: 24px;
    line-height: 42px;
    padding: 24px 72px;
    display: inline-block;
    border: none;
    border-radius: 72px;
    box-shadow: inset 0 0 0 1px #fff;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    margin-top: 48px;
}

#about-us .app-btn:hover {
    color: #fff;
    background: #ffffff1a;
}

.app-box,
.contact-box {
    position: relative;
    padding: 72px;
    background: #f5f5f7;
    margin: 199px auto 0;
    width: 1140px;
}

.app-box::before,
.contact-box::before {
    content: '';
    display: block;
    background: url('../images/arrow.png') no-repeat;
    position: absolute;
    left: 50%;
    top: -108px;
    width: 90px;
    height: 66px;
    margin-left: -45px;
    margin-bottom: -33px;
}

.app-box::after,
.contact-box::after {
    content: '';
    border-right: 1px solid #3a3939;
    display: block;
    height: 199px;
    position: absolute;
    left: 50%;
    top: -199PX;
}

.app-box .app-img {
    width: 50%;
    position: absolute;
    top: 0;
    display: block;
    overflow: hidden;
    height: 100%;
    object-fit: contain;
}

.app-box .app-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.app-box.left .app-img {
    left: 0;
}

.app-box.right .app-img {
    right: 0;
}

.app-box.left .app-content {
    margin-left: 50%;
    padding-left: 72px;
}

.app-box.right .app-content {
    margin-right: 50%;
    padding-right: 72px;
}

.app-box .app-content h2 {
    font-size: 30px;
    font-weight: 400;
    line-height: 52px;
    letter-spacing: 5px;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.app-box .app-content p {
    font-size: 24px;
    line-height: 39px;
    font-weight: 300;
    margin: 0;
}

.app-box .app-content img {
    width: 150px;
    margin-top: 20px;
}

.contact-box h2.contact {
    text-align: center;
    font-size: 30px;
    line-height: 53px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin: 0;
}

.contact-box p {
    font-size: 24px;
    text-align: center;
    line-height: 42px;
    font-weight: 300;
    margin-top: 12px;
    margin-bottom: 0;
    padding-bottom: 36px;
}

.contact-box p a {
    color: #35b88f;
    text-decoration: none;
    border-bottom: 1px dotted #35b88f;
    transition: all 0.3s ease-in-out;
}

.footer {
    position: relative;
    color: #3a3939;
    margin-top: 108px;
    text-align: center;
    display: block;
}

.footer::after {
    content: '';
    border-right: 1px solid #3a3939;
    display: block;
    height: 109px;
    position: absolute;
    left: 50%;
    top: -108PX;
}

.footer p {
    margin-bottom: 120px;
    font-size: 19px;
    line-height: 45px;
    margin-top: 0;
}

.footer p br {
    display: none;
}

@media (max-width: 1680px) {
    .section .heading h1 {
        font-size: 43px;
        line-height: 75px;
    }

    .section .heading p,
    .section .about .about-btn {
        font-size: 21px;
        line-height: 37px;
    }

    .app-box,
    .contact-box {
        width: 960px;
    }

    .app-box .app-content h2,
    .contact-box h2.contact {
        font-size: 27px;
        line-height: 47px;
    }

    .app-box .app-content p,
    .contact-box p {
        font-size: 21px;
        line-height: 37px;
    }

    .app-box .app-content img {
        width: 140px;
    }

    .footer p {
        font-size: 17px;
        line-height: 17px;
    }

    .footer::after {
        height: 96px;
    }
}

@media (max-width: 1280px) {
    .app-box,
    .contact-box {
        width: 900px;
    }
}

@media (max-width: 1102px) {
    .section .about .about-btn {
        padding: 15px 64px;
    }

    .section .heading p,
    .section .about .about-btn {
        font-size: 17px;
    }

    #about-us h2 {
        font-size: 40px;
        line-height: 67px;
    }

    #about-us p {
        font-size: 20px;
        line-height: 37px;
    }

    #about-us .app-btn {
        font-size: 21px;
        line-height: 37px;
        padding: 18px 65px;
    }

    .app-box,
    .contact-box {
        padding: 34px;
    }

    .app-box.left .app-content {
        padding-left: 48px;
    }
}

@media (max-width: 1024px) {
    .app-box,
    .contact-box {
        width: 920px;
    }
}

@media (max-width: 1004px) {
    #about-us h2 {
        font-size: 37px;
        line-height: 65px;
    }

    .app-box,
    .contact-box {
        width: 860px;
    }
}

@media (max-width: 918px) {
    #about-us {
        padding: 85px 0;
        background-size: auto, 175% auto;
    }

    #about-us h2 {
        margin: 0 0 42px 0;
    }

    .app-box,
    .contact-box {
        width: 796px;
    }
}

@media (max-width: 853px) {
    .app-box,
    .contact-box {
        width: 733px;
    }
}

@media (max-width: 836px) {
    .section {
        padding: 192px 0;
    }

    .section .heading h1 {
        font-size: 37px;
        line-height: 56px;
    }

    .section .heading p {
        font-size: 14px;
        margin-top: 4px;
    }

    .section .about::after {
        height: 168px;
        bottom: -168PX;
    }

    .section .about {
        bottom: 168px;
    }

    .app-box,
    .contact-box {
        width: 729px;
        margin: 168px auto 0;
    }

    .app-box::after,
    .contact-box::after {
        height: 168px;
        top: -168PX;
    }

    .app-box .app-content h2,
    .contact-box h2.contact {
        font-size: 23px;
        line-height: 35px;
    }

    .app-box .app-content p,
    .contact-box p {
        font-size: 19px;
        line-height: 33px;
    }

    .app-box .app-content img {
        width: 125px;
    }
}

@media (max-width: 820px) {
    .app-box,
    .contact-box {
        width: 711px;
        margin: 168px auto 0;
    }
}

@media (max-width: 800px) {
    .app-box,
    .contact-box {
        width: 700px;
    }
}

@media (max-width: 776px) {
    .app-box,
    .contact-box {
        width: 669px;
    }
}

@media (max-width: 736px) {
    .section {
        padding: 96px 0;
    }

    .section .heading {
        padding: 0 32px 72px;
        margin-bottom: 16px;
    }

    .section .heading h1 {
        font-size: 28px;
        letter-spacing: 6px;
        line-height: 42px;
    }

    .section .heading p {
        line-height: 24px;
    }

    .section .about {
        bottom: 72px;
    }

    .section .about .about-btn {
        max-width: 320px;
        width: 100%;
        padding: 12px 0;
        font-size: 16px;
        line-height: 24px;
    }

    .section .about::before {
        bottom: -36px;
        width: 45px;
        height: 33px;
        margin-left: -22px;
        margin-bottom: -16px;
        background-size: 45px 33px;
    }

    .section .about::after {
        height: 72px;
        bottom: -72px;
    }

    #about-us {
        padding: 48px 32px;
        background-size: auto 150%;
    }

    #about-us h2 {
        margin: 0 0 16px 0;
        font-size: 24px;
        letter-spacing: 6px;
        line-height: 36px;
    }

    #about-us p {
        font-size: 16px;
        line-height: 24px;
    }

    #about-us p br {
        display: none;
    }

    #about-us .app-btn {
        margin-top: 32px;
        max-width: 320px;
        width: 100%;
        padding: 12px 0;
        font-size: 16px;
        line-height: 24px;
    }

    .app-box,
    .contact-box {
        text-align: center;
        padding: 0;
        margin-top: 72px;
        width: 95% !important;
    }

    .app-box::before,
    .contact-box::before {
        top: -49px;
        width: 45px;
        height: 33px;
        margin-left: -22px;
        margin-bottom: -16px;
        background-size: 45px 33px;
    }

    .app-box::after,
    .contact-box::after {
        height: 72px;
        bottom: -72px;
        top: -72PX;
    }

    .app-box .app-img {
        position: relative !important;
        left: 0 !important;
        width: 100% !important;
        height: auto !important;
    }

    .app-box .app-img img {
        position: relative;
        height: auto;
        width: 100%;
    }

    .app-box .app-content {
        margin: 0 !important;
        padding: 32px 20px !important;
    }

    .app-box .app-content h2 {
        margin-top: 0;
        font-size: 20px;
        line-height: 30px;
        letter-spacing: 4px;
    }

    .app-box .app-content p {
        font-size: 16px;
        line-height: 24px;
    }

    .contact-box {
        padding: 32px 0px !important;
    }

    .contact-box h2.contact {
        font-size: 20px;
        line-height: 30px;
    }

    .contact-box p {
        font-size: 16px;
        line-height: 24px;
    }

    .footer p br {
        display: block;
    }
}

@media (max-width: 320px) {
    .section .about .about-btn {
        width: 83%;
    }
}