#college-says-section [data-attr=content-wrapper] {
        padding: 32px 24px;
        border-radius: 12px;
        box-sizing: border-box;
        background-color: var(--brand-col-1);
}

#college-says-section [data-attr=content-wrapper] .content {
    width: fit-content;
    position: relative;
}

#college-says-section [data-attr=content-wrapper] .content .text-wrapper {
    max-width: 818px;
}

#college-says-section [data-attr=content-wrapper] .content .text-wrapper .title {
    gap: 12px;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    line-height: 19px;
    align-items: center;
    margin-bottom: 304px;
    color: var(--brand-col-3);
    text-transform: uppercase;
}

#college-says-section [data-attr=content-wrapper] .content .text-wrapper .title::before {
    content: "";
    width: 44px;
    height: 44px;
    background-repeat: no-repeat;
    background-image: url("../icons/home/quote.svg");
}

#college-says-section [data-attr=content-wrapper] .content .text-wrapper .says {
    width: 100%;
    text-align: center;
    margin: 48px auto 24px;
}

#college-says-section [data-attr=content-wrapper] .content .text-wrapper .name {
    text-align: center;
    color: var(--brand-col-3);
    text-transform: uppercase;
}

#college-says-section [data-attr=content-wrapper] .content .img-wrapper {
    left: 0;
    right: 0;
    top: 64px;
    width: 220px;
    margin: auto;
    height: 260px;
    overflow: hidden;
    position: absolute;
    border-radius: 12px;
}

#college-says-section [data-attr=content-wrapper] .content .img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (min-width: 744px) {
    #college-says-section [data-attr=content-wrapper] {
        padding: 72px;
    }

    #college-says-section [data-attr=content-wrapper] .content {
        width: fit-content;
        position: relative;
    }

    #college-says-section [data-attr=content-wrapper] .content .text-wrapper .title {
        gap: 16px;
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 328px;
    }

    #college-says-section [data-attr=content-wrapper] .content .text-wrapper .title::before {
        width: 64px;
        height: 64px;
    }

    #college-says-section [data-attr=content-wrapper] .content .text-wrapper .says {
        width: 80%;
    }

    #college-says-section [data-attr=content-wrapper] .content .img-wrapper {
        top: 84px;
        width: 260px;
        height: 280px;
    }
}

@media screen and (min-width: 1240px) {
    #college-says-section [data-attr=content-wrapper] {
        padding: 72px;
    }

    #college-says-section [data-attr=content-wrapper] .content {
        gap: 16px;
        width: 100%;
        margin: auto;
        display: flex;
        position: unset;
        align-items: center;
        justify-content: space-between;
    }

    #college-says-section [data-attr=content-wrapper] .content .text-wrapper {
        width: calc(100% - 360px - 16px);
    }

    #college-says-section [data-attr=content-wrapper] .content .text-wrapper .title {
        gap: 16px;
        font-size: 28px;
        line-height: 32px;
        margin-bottom: unset;
    }

    #college-says-section [data-attr=content-wrapper] .content .text-wrapper .says {
        text-align: start;
        margin: 48px 0 48px 48px;
    }

    #college-says-section [data-attr=content-wrapper] .content .text-wrapper .name {
        text-align: start;
        margin-left: 48px;
    }

    #college-says-section [data-attr=content-wrapper] .content .img-wrapper {
        width: 360px;
        height: 380px;
        margin: unset;
        position: unset;
    }
}