.section-as-content-1 {
    background-color: #F0F0F0;
    padding: 34px 0 35px;
}

.section-as-content-1__container {
    padding: 0 16px;
    display: flex;
    justify-content: center;
    gap: 130px;
}

.as-content-1__image {
    max-width: 400px;
    max-height: 400px;
    flex: 1 0 400px;
}

.as-content-1__text {
    font-size: 25px;
    line-height: 1.48;
    color: #666666;
    font-weight: 400;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    max-width: 517px;
    margin-top: 23px;
}

@media screen and (max-width: 1023px) {
    .section-as-content-1__container {
        gap: 65px;
    }

    .as-content-1__image {
        max-width: 300px;
        max-height: 300px;
        flex: 1 0 300px;
    }
}

@media screen and (max-width: 767px) {
    .section-as-content-1 {
        padding: 20px 0;
    }

    .section-as-content-1__container {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .as-content-1__text {
        margin: 0;
        font-size: 16px;
    }

    .as-content-1__image {
        max-width: 200px;
        max-height: 200px;
        flex: 1 0 200px;
    }

    .as-content-1__text br {
        display: none;
    }
}