.feedback {
    padding-top: 9.6rem;
    width: 100%;
    height: 71.1rem;
    background-color: #FFF;
    padding-bottom: 9.6rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.feedback-container {
    width: 124.8rem;
}

.feedback-title {
    width: 124.8rem;
    height: 8.5rem;
}

.feedback-title h1 {
    font-size: 3.2rem;
    font-weight: 600;
    text-align: start;
    color: #101828;
}

.feedback-title p {
    font-size: 1.8rem;
    font-weight: 500;
    text-align: start;
    color: #475467;
    margin-top: 2rem;
}

.feedback-content {
    position: relative;
    width: 124.8rem;
    height: 39.4rem;
    background-color: #5682FD;
    border-radius: 2.4rem;
    overflow: hidden;
    padding: 7.4rem 6.4rem;
}

.feedback-content h1 {
    font-size: 2.8rem;
    font-weight: 600;
    color: #FFFFFF;
    text-align: center;
}

.main-feedback-content {
    margin-top: 5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1.6rem;
}

.main-feedback-content img {
    width: 5.6rem;
    height: 5.6rem;
    border-radius: 50%;
}

.main-feedback-content h2 {
    font-size: 2.4rem;
    font-weight: 500;
    color: #FFFFFF;
}

.main-feedback-content p {
    font-size: 1.6rem;
    font-weight: 500;
    color: #FFFFFF;
}

@media (max-width: 430px) {
    .feedback {
        width: 37.5rem;
        height: 47.2rem;
        padding: 3.2rem 1.6rem;
        margin: 0rem auto;

    }
    .feedback-title{
        width: 34.3rem;
        height: 7.2rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .feedback-title h1 {
        font-size: 1.8rem;
        text-align: center;
    }
    .feedback-title p {
        font-size: 1.4rem;
        text-align: center;
    }
    .feedback-content {
        position: relative;
        width: 34.3rem;
        height: 31.2rem;
        background-color: #5682FD;
        border-radius: 2.4rem;
        overflow: hidden;
        padding: 3rem 1.6rem;
    }

    .feedback-content h1 {
        font-size: 1.8rem;
    }
    .main-feedback-content{
        width: 31.1rem;
        height: 12rem;
    }
    .main-feedback-content h2{
        font-size: 1.6rem;
    }
    .main-feedback-content p{
        font-size: 1.4rem;
        text-align: center;
    }
}