.services2Container {
    max-width: 1236px;
    margin: 0 auto;
}
.services2--title {
    margin-bottom: 40px;
}
.services2__items {
    display: flex;
    flex-wrap: wrap;
    column-gap: 18px;
    row-gap: 18px;
}
.services2__item {
    height: 243px;
    width: 100%;
    border-radius: 26px;
    border: 1px solid #FFF;
    overflow: hidden;
    color: #383838;
    position: relative;
}
.services2__item.whiteText {
    color: #fff;
}
.services2__item.yellow {
    background: linear-gradient(205deg, #FFE100 2.79%, #FFC300 65.94%);
}
.services2__item:nth-child(1) {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 32px;
}
.services2__item:nth-child(1) .services2__item__content {
    max-width: 527px;
}
.services2__item:nth-child(1) .services2__item--image img {
    object-position: bottom left;
}
.services2__item:nth-child(2) {
    width: calc(50% - 9px);
    display: flex;
    align-items: flex-end;
    padding: 28px 35px;
    height: 280px;
}
.services2__item:nth-child(2) .services2__item--image img {
    object-position: top left;
}
.services2__item:nth-child(3) {
    width: calc(50% - 9px);
    height: 280px;
    padding: 24px 50px;
    display: flex;
    align-items: center;
}
.services2__item:nth-child(4) {
    display: flex;
    align-items: center;
    padding: 24px 46px;
}
.services2__item:nth-child(4) .services2__item__content {
    max-width: 600px;
}
.services2__item:nth-child(5) {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 24px 60px;
}
.services2__item:nth-child(5) .services2__item__content {
    max-width: 500px;
}
.services2__item--image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.services2__item--image, .services2__item--image img {
    width: 100%;
    height: 100%;
}
.services2__item--image img {
    object-fit: cover;
    object-position: center bottom;
    display: block;
}
.services2__item--title {
    font-family: Montserrat, serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 31px;
    text-transform: uppercase;
}
.services2__item--preTitle {
    margin-top: 6px;
    font-size: 17px;
    font-weight: 700;
    line-height: 22px;
}
.services2__item__text {
    font-size: 15px;
    line-height: 20px;
    margin-top: 10px;
}
.services2__item__text b {
    color: #004E86;
}
.services2__item__content {
    position: relative;
}
.services2__item__content ul {
    display: grid;
    row-gap: 4px;
}
.services2__item__content ul li {
    position: relative;
    padding-left: 16px;
    font-size: 17px;
    line-height: 20px;
}
.services2__item__content ul li:before {
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e90e";
    color: #2c63ac;
    position: absolute;
    font-size: 10px;
    left: 0;
    top: 4px;
    display: block;
    width: 10px;
    height: 10px;
}
.services2__buttons {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}
.services2__buttons>a {
    min-width: 179px;
}

@media screen and (max-width: 1200px) {
    .services2--title {
        margin-bottom: 50px;
    }
    .services2__items {
        padding: 0 26px;
        row-gap: 18px;
    }
    .services2__item {
        width: 100% !important;
        padding: 35px 46px !important;
    }
    .services2__item:nth-child(1) {
        height: 420px;
        align-items: flex-start;
        justify-content: flex-start;
    }
    .services2__item:nth-child(2) {
        height: 380px;
    }
    .services2__item:nth-child(3) {
        height: 256px;
    }
    .services2__item:nth-child(4) {
        height: 430px;
        align-items: flex-start;
    }
    .services2__item:nth-child(5) {
        height: 242px;
    }
    .services2__item:nth-child(5) .services2__item__content {
        max-width: 346px;
    }
}

@media screen and (max-width: 700px) {
    .services2--title {
        margin-bottom: 33px;
    }
    .services2__items {
        padding: 0;
        row-gap: 20px;
    }
    .services2__item {
        padding: 29px 28px !important
    }
    .services2__item__content {
        max-width: 100% !important;
    }
    .services2__item:nth-child(1) {
        height: 459px;
    }
    .services2__item:nth-child(2) {
        height: 417px;
    }
    .services2__item:nth-child(3) {
        height: auto;
    }
    .services2__item:nth-child(4) {
        height: 595px;
    }
    .services2__item:nth-child(5) {
        height: 541px;
        align-items: flex-start;
    }
    .services2__item--title {
        font-size: 18px;
        line-height: 23px;
    }
}