/* About Info Section */
.about-info {
    padding-top: 120px;
}

.about-info__wrapper {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

.about-info__content {
    max-width: 1027px;
    width: 100%;
}

.about-info__content {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.about-info__text {
    max-width: 688px;
    color: #0b0c0e;
}

.quote__text--about {
    max-width: 816px;
    width: 100%;
}

/* History Section */
.history {
    padding-top: 120px;
}

.history__wrapper {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

.history__content {
    max-width: 1027px;
    width: 100%;
}

.history__title {
    margin-bottom: 32px;
}

.history__text-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 32px;
}

.history__text {
    max-width: 688px;
    color: #0b0c0e;
}

.history__image {
    width: 100%;
    margin-bottom: 32px;
    overflow: hidden;
}

.history__image img {
    height: auto;
    display: block;
}

.history__footer {
    max-width: 688px;
    color: #999;
}

.history .label {
    max-width: 317px;
    width: 100%;
}

.service-description--about .label {
    max-width: 317px;
    width: 100%;
}

.service-description--about .service-description__title {
    max-width: 839px;
    width: 100%;
}

.service-feature__title--bigg {
    max-width: 632px;
}

/* Certificates Section */
.certificates {
    padding-top: 120px;
    overflow: hidden;
}

.certificates__patterns {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 0;
}

.certificates__pattern {
    position: absolute;
    height: auto;
    opacity: 0.1;
}

.certificates__pattern--1 {
    top: 152px;
    left: 0;
}

.certificates__pattern--2 {
    top: 152px;
    right: 0;
}

.certificates__wrapper {
    display: flex;
    justify-content: space-between;
    gap: 0px;
    z-index: 1;
}

.certificates__label {
    max-width: 317px;
    width: 100%;
}

.certificates__content {
    max-width: 1027px;
    width: 100%;
}

.certificates__title {
    margin-bottom: 16px;
}

.certificates__text-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 24px;
}

.certificates__text {
    max-width: 688px;
    color: #0b0c0e;
}

.certificates__btn {
    margin-bottom: 32px;
    display: inline-block;
}

.certificates__image {
    max-width: 688px;
    margin-bottom: 32px;
    overflow: hidden;
    position: relative;
    background: #132042;
    padding: 18px 100px;
    max-height: 330px;
}

.certificates__image>img {
    max-width: 600px;
    height: auto;
    display: block;
    position: relative;
    z-index: 2;
    margin: 0 auto;
}

.certificates__footer {
    max-width: 688px;
    color: #999;
}

.about__directions {
    margin-top: 120px;
}

@media (max-width: 900px) {
    .about-info__wrapper {
        flex-direction: column;
    }

    .history__wrapper {
        flex-direction: column;
    }

    .certificates__wrapper {
        flex-direction: column;
        gap: 40px;
    }
}

@media (max-width: 500px) {
    .certificates__image {
        padding: 18px 0px;
    }

    .certificates__patterns {
        display: none;
    }
}