.about {
    min-height: 870px;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-end;
    overflow-x: hidden;
}

.container {
    position: relative;
    height: initial;
    max-width: calc(100% - 160px);
    width: 100%;
}

.about__wrapper {
    max-width: 1110px;
    margin: 0 0 0 8%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 25px;
    column-gap: 25px;
}

.about__left {
    max-width: 467px;
    width: 100%;
}

.about__left h1 {
    color: #29425E;
    font-size: 60px;
    font-style: normal;
    font-weight: 900;
    line-height: 95%;
    letter-spacing: 1.2px;
    text-transform: capitalize;
    margin: 0 0 45px;
}

.about__left p {
    margin: 0 0 45px;
    color: #242424;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 152.3%; /* 24.368px */
    letter-spacing: 0.32px;
    opacity: 0.8;
}

.awards-box img {
    width: fit-content;
    height: auto;
}

.awards-box img:not(:last-child) {
    margin-right: 15px;
}

.about__right {
    border-radius: 22px;
    background: linear-gradient(153deg, #1D5081 8.83%, #000 92.27%);
    max-width: 378px;
    width: 100%;
    padding: 42px 32px 35px 30px;
}

.about__right h2 {
    color: #FFF;
    text-align: center;
    font-size: 29px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%; /* 36.25px */
    margin: 0 0 35px;
}

.about__inp input::placeholder,
.about__inp textarea::placeholder {
    color: #6A6A6A !important;
    font-family: Raleway, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px; /* 150% */
}

.about__inp input {
    height: 48px;
    background: #FFF;
    width: 100%;
    margin-bottom: 9px;
    padding: 11px 22px;
    box-sizing: border-box;
    color: #6A6A6A;
    font-family: Raleway, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px; /* 150% */
}

.about__inp textarea {
    background: #FFF;
    width: 100%;
    padding: 11px 22px;
    box-sizing: border-box;
    color: #6A6A6A;
    font-family: Raleway, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px; /* 150% */
    height: 105px;
    margin-bottom: 35px;
}

input[type="submit"], button {
    cursor: pointer;
    width: 100%;
    height: 70px;
    border: 1px solid #ffffff;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

img.mobile {
    display: none;
}

.awards-box {
    display: flex;
}

.thank-you-request .about__left {
    max-width: 100%;
}

.thank-you-request .about__left h1 {
    font-size: 54px;
    margin: 0 0 20px;
}

.thank-you-request .about__left p {
    font-size: 24px;
    margin: 0 0 58px;
}

a.go-home {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 147px;
    height: 70px;
    margin-top: 60px;
    border: 1px solid #111B27;
    color: #111B27;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 152.3%;
    letter-spacing: 0.32px;
}

.go-home svg {
    margin-right: 18px;
}


@media screen and (min-width: 1920px) {
    .about > .container > img {
        width: auto;
        height: 100%;
        position: absolute;
        top: 0;
        z-index: -1;
        right: 0;
    }

    .thank-you-request.about {
        min-height: calc(100vh - 256px);
    }

    .thank-you-request.about > .container > img.desktop {
        height: 100%;
        width: auto;
    }
}

@media screen and (max-width: 1919px) {
    .about > .container > img {
        width: 1760px;
        height: auto;
        position: absolute;
        top: 0;
        z-index: -1;
        right: 0;
    }

    .thank-you-request.about > .container > img.desktop {
        width: auto;
        height: 100%;
    }

    .thank-you-request.about {
        min-height: calc(100vh - 202px);
    }
}

@media screen and (max-width: 1515px) {
    .thank-you-request .about__left h1 {
        max-width: 50%;
    }

    .about__wrapper {
        margin: 0 0 0 0;

    }
}

@media screen and (max-width: 1024px) {

    .thank-you-request.about > .container > img.desktop {
        width: 1750px;
        height: auto;
    }
    .about__wrapper {
        flex-direction: column;
    }

    .about__right {
        margin: 65px 0;
    }

    .about__left {
        max-width: 100%;
        margin-top: 100px;
    }

    .about.thank-you-request {
        min-height: 100%;
    }

    .about:not(.thank-you-request) > .container > img.desktop {
        height: 650px;
        width: auto;
    }

    .about__left h1 {
        margin: 0 0 533px;
    }

    .thank-you-request .about__left h1 {
        margin: 0 0 436px;
    }

    a.go-home {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 1000px) {
    .container {
        max-width: 100%;
    }
}

@media screen and (max-width: 765px) {
    .about.thank-you-request .mobile {
        display: block;
        height: auto;
        width: 100%;
        position: relative;
        z-index: 0;
    }

    .about.thank-you-request .desktop {
        display: none;
    }

    .about.thank-you-request .about__wrapper {
        position: absolute;
        z-index: 1;
        top: 0;
    }

    .thank-you-request .about__left h1 {
        margin: 0 0 25px;
        font-size: 48px;
        max-width: 100%;
    }

    .thank-you-request .about__left {
        margin-top: 42px;
    }

    .thank-you-request .about__left p {
        margin: 0 0 25px;
    }

    .thank-you-request a.go-home {
        margin-top: 40px;
    }

    .thank-you-request .awards-box img {
        max-width: 38px;
    }

    .thank-you-request .awards-box img.item-2 {
        max-width: 22px;
    }

    .thank-you-request a.go-home {
        font-size: 14px;
        width: 120px;
        height: 48px;
    }

    .thank-you-request .about__left p {
        font-size: 15px;
    }
}

@media screen and (max-width: 585px) {

    .about__left {
        margin-top: 42px;
    }

    .about__left h1 {
        font-size: 48px;
    }

    img.mobile {
        display: block;
    }

    img.desktop {
        display: none;
    }

    .about > .container > img.mobile {
        height: auto;
        width: 100%;
    }

    .about__left h1 {
        margin: 0 0 calc(100% + 39px);
        width: fit-content;
    }

    .awards-box img {
        max-width: 78px;
    }

    .about__right h2 {
        font-size: 25px;
    }

    .about__right {
        max-width: calc(100% - 50px);
    }

    .about__right {
        padding: 42px 22px;
    }
}

@media screen and (max-width: 375px) {
    .about > .container > img {
        height: 402px;
        width: auto;
    }

    .about__left h1 {
        max-width: 65%;
        margin: 0 0 309px;
    }
}

.background-footer1 {
    padding: 56px 50px 33px 160px;
}

.page__scroll {
    background: white;
}

@media only screen and (max-width: 1769px) {
    .background-footer1 {
        padding: 43px 0 25px 160px;
    }
}

@media only screen and (max-width: 1515px) {
    .background-footer1 {
        padding: 43px 0 25px 100px;
    }
}

@media only screen and (max-width: 1279px) {
    .page-line {
        margin: 0 80px 0 95px;
    }
}

@media only screen and (max-width: 1000px) {
    .background-footer1 {
        padding: 31px 0 35px 0;
    }
}

@media only screen and (max-width: 1000px) {
    .page-line {
        margin: 0 28px;
    }
}

@media screen and (min-height: 850px) {
    .about.thank-you-request .about__wrapper {
        min-height: calc(100vh - 220px);
    }
}

