body {
    font-size: 16px;
}

/*SERVICES TECHNOLOGIES*/

.services-technologies {
    padding-top: 53px;
}

.services-technologies__content {
    color: #141415;
}

.services-technologies__content h2 {
    letter-spacing: -0.02em;
    font-weight: 600;
    font-size: 5.25em;
    line-height: 102px;
    /*white-space: nowrap;*/
}

.services-technologies__content p {
    line-height: 27px;
    font-size: 1.125em;
}

.services-technologies__header, .services-technologies__main {
    display: flex;
}

.services-technologies__header {
    column-gap: 84px;
}

.services-technologies__main {
    column-gap: 50px;
}

.services-technologies__main > img {
    margin-top: 23px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.services-technologies__main > div > h2 {
    margin-bottom: 56px;
}

.services-technologies__main > div > p {
    max-width: 384px;
    width: 100%;
}


/*USED SERVICES*/

.used-services {
    padding-top: 200px;
    color: #141415;
}

.used-services h3 {
    margin-bottom: 56px;
}

.used-services__content {
    display: flex;
    column-gap: 126px;
}

.used-services__content > p {
    line-height: 27px;
    font-size: 1.125em;
    max-width: 282px;
    width: 100%;
}

.accordion-wrapper {
    max-width: 792px;
    width: 100%;
}

.accordion-wrapper:last-child {
    border-bottom: 1px solid #000000;
}

.accordion {
    padding: 28px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #000000;
    cursor: pointer;
    width: 100%;
}

.accordion > h4 {
    font-size: 1.5em;
    line-height: 29px;
    font-weight: 400;
    letter-spacing: -0.02em;
    width: max-content;
}

.accordion__icon-open {
    display: block;
    width: 22px;
    height: 22px;
}

.accordion__icon-close {
    display: none;
    width: 22px;
    height: 22px;
}

.accordion__body {
    display: block;
    transition: height 0.5s;
    line-height:0;
    height: 0;
    overflow: hidden;
}

.accordion__body-2 {
    padding-bottom: 28px;
}

.accordion__body__features {
    max-width: 640px;
    width: 100%;
    display: flex;
    align-items: center;
    column-gap: 8px;
    row-gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.accordion__body__features > span {
    background: #EAECF3;
    border-radius: 36px;
    padding: 10px 12px;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
}

.accordion__body__content {
    display: flex;
    column-gap: 120px;
}

.accordion__body__content > p {
    line-height: 26px;
    max-width: 384px;
    width: 100%;
    font-weight: 400;
}

.accordion__body__content > img {
    width: 169px;
    height: 113px;
    object-fit: cover;
}



/*TECHNOLOGICAL ADVANCEMENT*/

.technical-advancement {
    padding-top: 200px;
}

.technical-advancement > div > h3 {
    margin-bottom: 72px;
}

.technical-advancement__content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 102px;
    column-gap: 102px;
}

.technical-advancement__item > h5 {
    margin-bottom: 16px;
}

.technical-advancement__item > h5 > span {
    display: inline-block;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    background: #7699FF;
    margin-right: 8px;
}

.technical-advancement__item > div {
    display: flex;
    column-gap: 8px;
    margin-bottom: 8px;
    flex-wrap: wrap;
}

.technical-advancement__item > div > span {
    padding: 10px 12px;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    color: #2E2E2E;
    background: #EAECF3;
    border-radius: 36px;
    margin-bottom: 8px;
}

.technical-advancement__item > p {
    line-height: 135%;
    color: #2E2E2E;
}

/*USED TECHNOLOGIES*/

.used-technologies {
    padding: 200px 0;
}

.used-technologies__header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px;
}

.used-technologies__header > div > h3 {
    margin-bottom: 56px;
}

.used-technologies__header > div > p {
    line-height: 26px;
    color: #2E2E2E;
    max-width: 588px;
    width: 100%;
}

.used-technologies__content {
    display: grid;
    grid-template-columns: 282px 180px 180px 180px;
    grid-template-rows: 1fr 1fr;
    row-gap: 60px;
    justify-content: space-between;
}

.used-technologies__DevSecOps {
    grid-column: 3 / 5;
}

.used-technologies__content > article > h4 {
    font-weight: 600;
    font-size: 2em;
    line-height: 38px;
    margin-bottom: 12px;
}

.used-technologies__content > article > div {
    display: flex;
    column-gap: 42px;
    border-top: 1px solid #141415;
    padding-top: 15px;
}

.used-technologies__DevSecOps > div {
    column-gap: 72px !important;
}

.used-technologies__content ul {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}

.used-technologies__content li {
    color: #878787;
    font-size: 1.125em;
}


/*SERVICES CONTACT US*/

.services-contact-us {
    height: 523px;
    background-image: url("images/ServicesTechnologiesBackground.webp");
    background-repeat: no-repeat;
    background-size: cover;
}

.services-contact-us__content {
    display: flex;
}

.services-contact-us__content > h3 {
    padding-top: 42px;
    width: max-content;
    text-align: right;
    margin-left: auto;
}

.services-contact-us-button__wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 282px;
    height: 282px;
    margin-left: 520px;
    margin-top: 92px;
}
