.articles {
    margin: 0 !important;

}

.articles.row {
    max-width: unset !important;
}

.articles.row.medium>.column {
    padding: 0 !important;
}

.layout__sidebar,
.heading,
.layout--pattern hr,
h1 {
    display: none !important;
}

.layout--articles .layout__body {
    overflow: visible !important;
}

.technologies-main-banner {
    display: flex;
    align-items: center;
    max-width: 1440px;
    margin: 0 auto;
    background-color: #F9F6EE;
    gap: 60px;
    justify-content: flex-end;
    margin-bottom: 90px;
}

.technologies-main-banner__content {
    display: flex;
    flex-flow: column;
    align-items: center;
}

.technologies-main-banner__content p {
    font-family: Nunito Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 150% !important;
    letter-spacing: 0;
    max-width: 580px;
    margin: 0 !important;
}

.technologies-main-banner__content h2 {
    font-family: "Square721", sans-serif;
    font-weight: 400;
    font-size: 26px;
    line-height: 140%;
    text-transform: uppercase;
    max-width: 580px;
    margin-bottom: 14px;
}

.technologies-block-img {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 90px;
}

.technologies-block-img__content {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    padding: 0 10px;
}

.technologies-block-img__img img,
.technologies-partners__img img,
.technologies-main-banner__img img {
    max-width: 100%;
    height: auto;
}

.technologies__title {
    font-family: "Square721", sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 140%;
    text-transform: uppercase;
}

.technologies-block-img__content p {
    font-family: Nunito Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px !important;
    letter-spacing: 0;
    max-width: 580px;
    margin: 0 !important;
    margin-bottom: 6px !important;
}


.technologies-block-img__content h2 {
    max-width: 580px;
    margin-bottom: 14px;
}

.technologies-block-img__content img {
    margin-bottom: 24px;
}

.background {
    background-color: #F9F6EE;
}

.img-right {
    justify-content: flex-end;
    width: 100%;
}

.technologies-only-text {
    width: 100%;
    padding: 64px 30px 72px 30px;
}

.technologies-only-text__container {
    max-width: 800px;
    margin: 0 auto;
}

.technologies-only-text__line {
    height: 1px;
    background-color: #F2E9DB;
    margin: 0 auto;
    margin-bottom: 24px;
    max-width: 448px;
}

.technologies-only-text h2 {
    text-align: center;
    margin-bottom: 16px;
}

.technologies-only-text p {
    font-family: Nunito Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0;
    text-align: center;
}

.technologies-partners {
    margin: 90px 0;
}

.technologies-partners__title {
    font-family: "Square721", sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 140%;
    letter-spacing: 0;
    text-transform: uppercase;
    margin-bottom: 28px;
}

.technologies-partners__items {
    display: flex;
    gap: 16px;
    flex-flow: row;
}

.technologies-partners__item {
    width: 100%;
}

.technologies-partners__content {
    padding: 28px 20px 0 20px;
}

.technologies-partners__heading {
    font-family: "Square721", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: 0;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.technologies-partners__descr {
    font-family: Nunito Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0;
}

.technologies__readMore {
    font-family: Nunito Sans;
    font-weight: 700;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0;
    color: #D86A08;
    cursor: pointer;
}

.technologies__hidden {
    display: none;
}

.text-container {
    position: relative;
    max-height: 220px;
    overflow: hidden;
    transition: max-height 0.5s ease;
}

.fade-out {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4em;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white);
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.text-container.expanded .fade-out {
    opacity: 0;
    visibility: hidden;
}

.text-container.expanded {
    max-height: 2000px;
}

@media screen and (max-width: 1360px) {
    .technologies-partners__item {
        max-width: calc(50% - 15px);
        display: flex;
        flex-flow: column;
        align-items: center;
    }

    .technologies-partners__items {
        flex-flow: row wrap;
        justify-content: center;

    }

    .technologies-partners__heading {
        text-align: center;
    }
}

@media screen and (max-width: 1200px) {
    .technologies-main-banner {
        flex-flow: column;
        padding: 30px 25px;
        gap: 40px;
    }

    .technologies-block-img {
        flex-flow: column;
        justify-content: center;
        width: 100%;
    }
}

@media screen and (max-width: 960px) {
    .technologies-partners__item {
        max-width: calc(100% - 15px);
    }
}

@media screen and (max-width: 576px) {
    .technologies-main-banner {
        margin-bottom: 0;
    }

    .background.technologies-block-img {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .technologies-block-img {
        margin: 30px 0;
    }

    .technologies-main-banner__content h2,
    .technologies__title,
    .technologies-partners__title {
        font-size: 20px;
    }

    .technologies-partners__heading {
        font-size: 18px;
    }

    .technologies-main-banner__content p,
    .technologies-block-img__content p,
    .technologies-only-text p,
    .technologies-partners__descr {
        font-size: 14px;
    }
	.layout--articles .layout__body {
		overflow-x: hidden !important;
	}
}