.whyUs {
    padding: 80px 0;
    position: relative;
}
.whyUs.type2 {
    padding: 120px 0 240px;
}
.whyUs__header {
    max-width: 1000px;
    margin: 0 auto 58px;
}
.whyUs__header.type2 {
    max-width: 1050px;
    margin: 0 auto 58px;
}
.whyUs--text {
    color: #383838;
    text-align: center;
    font-size: 18px;
    line-height: 22px;
    margin-top: 2px;
}
.whyUs__items {
    display: flex;
    column-gap: 20px;
}
.whyUs__item {
    position: relative;
    flex: 1;
    padding: 27px;
    border-radius: 26px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #323232;
    font-size: 16px;
    font-weight: 300;
    line-height: 19px;
}
.whyUs__item.type2 {
    padding: 37px 30px;
}
.whyUs__item b {
    font-weight: 700;
}
.whyUs__item__icon {
    width: 58px;
    height: 58px;
    background-color: #fff;
    border-radius: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -29px;
}
.whyUs__item__icon>div {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(180deg, #075AD4 0%, #004E85 100%);
    font-size: 24px;
    border-radius: 16px;
}
.whyUs__item__icon.num {
    color: #FFF;
    font-family: Montserrat, serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 39px;
    text-transform: uppercase;
}
.whyUs__bottom {
    margin-top: 30px;
}
.whyUs__bottom--text {
    max-width: 970px;
    margin: 0 auto;
    color: #323232;
    text-align: center;
    font-size: 15px;
    font-weight: 300;
    line-height: 18px;
}
.whyUs--button {
    max-width: 240px;
    margin: 24px auto 0;
}
.whyUs--button:first-child {
    margin-top: 0;
}
.whyUsBlurArrow {
    position:absolute;
    left: -930px;
    bottom: -29px;
    width:1018px;
    height:656px;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    background: rgba(81,170,233,0.06);
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1018 656'%3E%3Cpath fill='white' d='M1017.61 655.296L920.888 266.168L805.85 346.27L327.204 31.8369C141.605 -56.1035 45.9478 66.034 45.9478 66.034C-63.94 192.457 57.7845 318.207 57.7845 318.207C71.1498 218.321 167.179 232.769 167.179 232.769L577.084 505.097L453.926 591.058L1017.61 655.296Z'/%3E%3C/svg%3E");
    mask-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1018 656'%3E%3Cpath fill='white' d='M1017.61 655.296L920.888 266.168L805.85 346.27L327.204 31.8369C141.605 -56.1035 45.9478 66.034 45.9478 66.034C-63.94 192.457 57.7845 318.207 57.7845 318.207C71.1498 218.321 167.179 232.769 167.179 232.769L577.084 505.097L453.926 591.058L1017.61 655.296Z'/%3E%3C/svg%3E");
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
}
.whyUs__item--link {
    color: #004E86;
    font-size: 16px;
    font-weight: 700;
    line-height: 21px;
    display: flex;
    align-items: center;
    column-gap: 8px;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 10px;
}
.whyUs__item--link>span {
    font-size: 18px;
}
.whyUs__item--link:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 1200px) {
    .whyUs.type2 {
        padding: 80px 0;
    }
    .whyUs--text {
        margin-top: 16px;
    }
    .whyUs__items {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        column-gap: 28px;
        row-gap: 54px;
    }
    .whyUs__item {
        min-height: 130px;
    }
    .whyUs__bottom--text b {
        font-weight: 900;
    }
}

@media screen and (max-width: 700px) {
    .whyUsContainer {
        margin-top: -26px;
    }
    .whyUs {
        padding: 77px 0 60px;
    }
    .whyUs__item {
        padding: 33px 20px;
    }
    .whyUs--title {
        font-size: 22px;
        line-height: 29px;
    }
    .whyUs--text {
        margin-top: 28px;
        font-size: 15px;
        line-height: 18px;
    }
    .whyUs__items {
        grid-template-columns: repeat(1, 1fr);
        row-gap: 46px;
    }
    .whyUs__bottom {
        margin-top: 35px;
    }
    .whyUs--button {
        margin: 34px auto 0;
    }
}