#dba-page > .white-bg:first-child {
    padding: 30px 0 80px;
}
#dba-page .ab-btn {
    white-space: nowrap;
}
#dba-page .ab-btn.ab-red-btn {
    padding-left: 35px;
    padding-right: 35px;
}
.page-banner-container {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: linear-gradient(45deg, #514A9D, #53BCFF);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding: 45px 144px 45px 50px;
    margin-bottom: 80px;
}
.page-banner-container .text-part {
    max-width: 400px;
}
.page-banner-container h1 {
    color: #fff;
    margin-bottom: 40px;
    font: 1.94117rem/2.6470rem 'RalewayBold', sans-serif;
    padding-top: 8px;
}
.page-banner-container + h2 {
    margin-bottom: 30px;
}
.page-banner-container + h2 + p {
    margin-bottom: 80px;
}
.our-empl {
    margin: 40px 0 0;
    list-style: none;
    padding: 0;
}
.our-empl li {
    position: relative;
    font: 1rem/1.4705rem 'Raleway', sans-serif;
    color: var(--main-text-color);
    padding: 7.5px 0 7.5px 60px;
}
.our-empl li:before {
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(img/empl_icon.svg);
}
.our-empl li:nth-of-type(2):before {
    background: url(img/empl_icon_2.svg);
}
.our-empl li:nth-of-type(3):before {
    background: url(img/empl_icon_3.svg);
}
.our-empl li:not(:last-of-type) {
    margin-bottom: 25px;
}
.offer {
    padding-top: 60px;
    padding-bottom: 80px;
}
.offer .inner-container {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    flex-flow: row;
    gap: 40px;
}
.offer .item {
    background: linear-gradient(45deg, #1E3C72, #89216B);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    position: relative;
    width: calc(100% / 3);
    min-height: 215px;
    padding-top: 50px;
}
.offer .item:nth-of-type(2) {
    background: linear-gradient(45deg, #3A3897, #45D4D6);
    padding-top: 38px;
}
.offer .item:nth-of-type(3) {
    background: linear-gradient(45deg, #27325A, #3BAA9C);
    padding-top: 32px;
}
.offer .item p {
    font: 0.8823rem/1.2352rem 'RalewaySemiBold', sans-serif;
    color: #fff;
    position: absolute;
    bottom: 15px;
    left: 20px;
    max-width: calc(100% - 30px);
}
.offer + .white-bg {
    padding: 80px 0 100px;
}
ul.includes {
    list-style: none;
    padding: 0;
    margin: 40px 0 100px;
}
ul.includes li {
    font: 1rem/1.5882rem 'Raleway', sans-serif;
    color: var(--main-text-color);
    position: relative;
    padding-left: 38px;
}
ul.includes li:before {
    content: url(img/list-checkmark-icon.svg);
    display: block;
    position: absolute;
    left: 0;
    top: 4px;
    width: 22px;
    height: 22px;
}
ul.includes li:not(:last-of-type) {
    margin-bottom: 25px;
}
#dba-page .table-container {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #e2e6ed;
    margin: 40px 0 50px;
}
#dba-page table {
    width: 100%;
}
#dba-page table tr:nth-of-type(odd) {
    background: var(--gray-bg-color);
}
#dba-page table th {
    background: var(--header-color);
    font: 0.8823rem/1.2352rem 'RalewaySemibold', sans-serif;
    color: #fff;
    padding: 20px 30px;
}
#dba-page table th:not(:last-of-type) {
    border-right: 1px solid #3c4e84;
}
#dba-page table td {
    font: 0.8823rem/1.2352rem 'RalewayMedium', sans-serif;
    color: var(--main-text-color);
    padding: 20px 30px;
}
#dba-page table td:not(:last-of-type) {
    border-right: 1px solid #e2e6ed;
}
.why-we {
    margin: 100px 0;
}
.why-we h2 {
    margin-bottom: 50px;
}
.why-we .item {
    display: flex;
    align-items: center;
    gap: 40px;
}
.why-we .item:not(:last-of-type) {
    margin-bottom: 40px;
}
.why-we .item .name {
    font: 1.1176rem/1.2352rem 'RalewaySemibold', sans-serif;
    color: var(--header-color);
    display: block;
    margin-bottom: 15px;
}
.why-we + h2 {
    margin-bottom: 30px;
}
.why-we + h2 + p {
    margin-bottom: 40px;
}




@media (max-width: 1400px) {
    .page-banner-container {
        padding: 45px 110px 45px 50px;
    }
}
@media (max-width: 1200px) {
    .page-banner-container {
        padding: 45px 84px 45px 50px;
    }
    .offer .inner-container {
        gap: 30px;
    }
    .offer .item {
        min-height: 240px;
    }
    .offer .item p {
        max-width: 205px;
    }
}
@media (max-width: 991px) {
    .page-banner-container {
        flex-flow: column;
        text-align: center;
        padding: 50px 50px 40px;
        gap: 40px;
    }
    .page-banner-container h1 {
        padding-top: 0;
    }
    .offer .inner-container {
        gap: 20px;
    }
    .offer .item {
        min-height: 200px;
        padding: 30px 17px 0;
    }
    .offer .item img {
        max-width: 181px;
    }
    .offer .item:nth-of-type(2) {
        padding-top: 25px;
    }
    .offer .item:nth-of-type(2) img {
        max-width: 103px;
    }
    .offer .item:nth-of-type(3) {
        padding-top: 20px;
    }
    .offer .item:nth-of-type(3) img {
        max-width: 81px;
    }
    .offer .item:nth-of-type(3) p {
        max-width: 120px;
    }
    .why-we .item {
        align-items: flex-start;
    }
}
@media (max-width: 768px) {
    .page-banner-container h1 {
        font: 1.6470rem/2rem 'RalewayBold', sans-serif;
    }
    .our-empl li {
        padding: 0 0 0 60px;
    }
    #dba-page > .white-bg:first-child,
    .offer {
        padding-bottom: 60px;
    }
    .offer .inner-container {
        flex-flow: column;
    }
    .offer .inner-container .item {
        width: 100%;
        min-width: 188px;
        padding-top: 30px!important;
        min-height: 210px;
    }
    .offer .inner-container .item p {
        max-width: calc(100% - 30px);
        width: 100%;
        text-align: center;
        bottom: 30px;
        left: 15px;
    }
    .offer + .white-bg {
        padding: 60px 0;
    }
    ul.includes {
        margin-bottom: 60px;
    }
    #dba-page .table-container {
        overflow-x: scroll;
    }
    #dba-page table tr td:not(:first-of-type) {
        white-space: nowrap;
    }
    #dba-page .table-container + p br {
        display: none;
    }
    .why-we {
        margin: 60px 0;
    }
}
@media (max-width: 575px) {
    .page-banner-container img {
        max-width: 100%;
    }
    .why-we .item {
        flex-flow: column;
        gap: 20px;
    }
}
