.services h2 {
    margin-bottom: 65px;
}
.services__list-header {
    display: flex;
}
.services__list-header-img {
    width: 56%;
    padding: 40px;
    margin-right: 40px;
}
.services__list-header-img img {
    width: auto;
    max-width: 100%;
}
.services__list-header-title {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 68px;
}
.services__list-header-right {
    font-size: 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.services__list-header-text-small {
    margin-top: 66px;
    font-size: 28px;
}
.services__i-h {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 32px;
    cursor: pointer;
}
.services__i {
    border-bottom: 2px solid #201B4F;
    padding: 28px 0;
}
.services__i-shortname {
    padding: 24px 36px;
    background-image: url("/img/hover-outline-blue-wide.svg");
    background-repeat: no-repeat;
    background-size: contain;
}
.services__i-b {
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s;
    font-size: 28px;
}
.services__i-b strong {
    font-size: 40px;
    margin-bottom: 30px;
}
.services__i-b ul {
    font-size: 24px;
    margin-bottom: 60px;
}
.services__i-b li {
    margin-bottom: 4px;
}
.services__i-name {
    margin-left: auto;
    padding-right: 20px;
}
.services__i-h .arrow {
    display: block;
    width: 45px;
    height: 45px;
    background-image: url("/img/arrow-down.svg");
    background-repeat: no-repeat;
    background-size: contain;
    transition: transform .3s;
}
.services__list:not(:last-child) {
    margin-bottom: 65px;
}
.services__i.active .arrow {
    transform: rotate(180deg);
}
.services__i.active .services__i-b {
    max-height: 1500px;
}

@media screen and (max-width: 1400px) {
    .services__list-header-img {
        padding: 0;
        margin-right: 20px;
    }
    .services__i-h {
        font-size: 27px;
    }
    .services__i-b {
        font-size: 21px;
    }
}

@media screen and (max-width: 1200px) {
    .services__list-header-title {
        font-size: 24px;
        margin-bottom: 16px;
    }
    .services__list-header-right {
        font-size: 21px;
    }
    .services__list-header-text-small {
        margin-top: 18px;
        font-size: 18px;
    }
    .services__i-shortname {
        background-image: none;
        padding: 0;
        font-size: 31px;
    }
    .services__i-name {
        display: none;
    }
    .services__i-h {
        padding: 16px 0;
    }
    .services__i-b strong {
        font-size: 31px;
    }
    .services__i-b ul {
        font-size: 24px;
        margin-bottom: 18px;
    }
    .services__i {
        padding: 28px 0;
    }
}

@media screen and (max-width: 800px) {
    .services h2 {
        margin-bottom: 17px;
    }
    .services__list-header-title {
        font-size: 17px;
    }
    .services__list-header-right {
        font-size: 14px;
    }
    .services__list-header-text-small {
        margin-top: 12px;
        font-size: 12px;
    }
    .services__list-header-img {
        width: 12%;
        float: left;
    }
    .services__list-header {
        display: block;
    }
    .services__i-shortname {
        font-size: 17px;
    }
    .services__i-b strong {
        font-size: 14px;
    }
    .services__i-b ul {
        font-size: 12px;
        margin-bottom: 12px;
    }
    .services__i {
        padding: 12px 0;
    }
    .services__i-h .arrow {
        width: 20px;
        height: 20px;
    }
    .services__list:not(:last-child) {
        margin-bottom: 30px;
    }
    .services__i-b {
        font-size: 14px;
    }
    .services__i-h {
        padding: 0;
    }
}