.two-col-section {
    margin-bottom: 100px;
}

.two-col-section .two-col-row {
    display: flex;
    flex-wrap: wrap;
}

.two-col-section .two-col-row .left-col {
    width: 44.62%;
    margin-right: 0;
}

.two-col-section .two-col-row .right-col {
    width: 55.38%;
    padding-left: 50px;
}

.two-col-section .two-col-row .right-col .et_pb_module.et_pb_text {
    margin-bottom: 46px;
}

.new-typo h2 {
    font-size: 40px !important;
    line-height: 50px !important;
    letter-spacing: 0.16px;
    color: #000000;
    font-family: 'Oswald', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 500;
    margin-bottom: 20px;
    padding-bottom: 0;
}

.new-typo p {
    font-size: 19px;
    line-height: 32px;
    color: #000000;
    font-family: 'Oswald', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 300;
    letter-spacing: 0.08px;
    margin-bottom: 35px;
    padding-bottom: 0;
}

.new-typo p:last-child {
    margin-bottom: 0;
}

.two-col-section .two-col-row .left-col .et_pb_image .et_pb_image_wrap img {
    width: 100%;
    height: auto;
    object-fit: cover;
    max-width: 100%;
}

.two-col-section .two-col-row .left-col .et_pb_image .et_pb_image_wrap {
    width: 100%;
    text-align: center;
}

.faq-section {
    margin-bottom: 100px;
}

.faq-section .faq-row {
    display: flex;
    flex-wrap: wrap;
}

.faq-section .faq-row .left-col {
    width: 26.31%;
    margin-right: 0;
    padding-right: 57px;
}

.faq-section .faq-row .right-col {
    width: 73.69%;
}

.faq-section .faq-row .right-col .faq-module .et_pb_toggle_title {
    color: #053564;
    font-family: 'Oswald', Helvetica, Arial, Lucida, sans-serif;
    font-size: 21px;
    line-height: 35px;
    letter-spacing: 0.08px;
    position: relative;
    padding-bottom: 0;
    padding-right: 40px;
}

.faq-section .faq-row .right-col .faq-module .et_pb_toggle_title::before {
    content: "";
}

.faq-row .et_pb_toggle.et_pb_module.et_pb_accordion_item {
    padding: 30px 10px 25px 0;
    border-width: 1px 0 0;
    border-style: solid;
    border-top-color: #053564;
    background: transparent;
}

.faq-module .et_pb_toggle_content {
    padding-top: 15px;
    padding-right: 45px;
}

@media screen and (max-width:1299px) {
    .two-col-section .two-col-row .right-col {
        padding-left: 40px;
    }

    .new-typo p {
        margin-bottom: 32px;
    }

    .two-col-section .two-col-row .right-col .et_pb_module.et_pb_text {
        margin-bottom: 25px;
    }

    .new-typo h2 {
        font-size: 34px !important;
        line-height: 44px !important;
    }

    .new-typo p {
        font-size: 18px;
        line-height: 32px;
    }

    .two-col-section {
        margin-bottom: 70px;
    }

}

@media screen and (max-width:980px) {
    .two-col-section .two-col-row .left-col {
        width: 100%;
        margin-bottom: 30px;
    }

    .two-col-section .two-col-row .left-col .et_pb_image .et_pb_image_wrap img {
        max-width: 500px;
    }

    .two-col-section .two-col-row .right-col {
        width: 100%;
        padding-left: 0;
    }

    .two-col-section .two-col-row .right-col h2 {
        display: none;
    }
}

@media screen and (max-width:767px) {

    .two-col-section .two-col-row .left-col {
        margin-bottom: 16px;
    }

    .two-col-section .two-col-row .left-col {
        margin-bottom: 20px;
    }

    .new-typo h2 {
        font-size: 28px !important;
        line-height: 38px !important;
    }

    .two-col-section {
        margin-bottom: 40px;
    }
}