.middle_c_container {
    padding:4em;
    background-color: #FFFAF2;
}

@media only screen and (max-width: 520px) {
    .middle_c_container {
        padding:2em;
        padding-top:0.2em;
    }
}

@media only screen and (max-width: 1024px) {
    .middle_c_container {
        padding-top:1em;
    }
}

.middle_c_container > .mdc-title {
    text-align: center;
    font-size: 50px;
    font-family: 'GothamBold';
    font-weight: bolder; 
    word-wrap: break-word;
}

@media only screen and (max-width: 800px) {
    .middle_c_container > .mdc-title {
        font-size: 40px;
    }
}

@media only screen and (max-width: 520px) {
    .middle_c_container > .mdc-title {
        font-size: 6.45vw;
    }
}

.middle_c_container > .mdc-device {
    margin-top:3em;
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
    display:grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    justify-items: stretch;
    align-items: start;
    gap:1em;
}

@media only screen and (max-width: 800px) {
    .middle_c_container > .mdc-device {
        margin-top:1rem;
        grid-template-columns: auto;
    }

    .middle_c_container > .mdc-device > .mdc-device-b {
        display: none;
    }
}

.middle_c_container > .mdc-device > div {
    text-align: center;
}

.middle_c_container > .mdc-device > div > img {
    max-width: 100%;
}

@media only screen and (max-width: 800px) {
    .middle_c_container > .mdc-device > div > img {
        max-width: 70%;
    }
}

.middle_c_container > .mdc-testimonial {
    margin-top:4em;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    column-gap:2em;
    row-gap: 1.5rem;
    justify-content: center;
    max-width: 100%;
}

@media only screen and (max-width: 720px) {
    .middle_c_container > .mdc-testimonial {
        margin-top:1em;
    }
}

.middle_c_container > .mdc-testimonial > div {
    max-width: 100%;
    width:300px;
}

@media only screen and (max-width: 800px) {
    .middle_c_container > .mdc-testimonial > div {
        width:220px;
    }
}

@media only screen and (max-width: 320px) {
    .middle_c_container > .mdc-testimonial > div {
        width:100%;
    }
}


.box-testimonial > div {
    text-align: center;
}

.box-testimonial > .b-pp {
    height:120px;
}

@media only screen and (max-width: 600px) {
    .box-testimonial > .b-pp {
        height:70px;
    }
}

.box-testimonial > .b-name {
    color: black;
    font-size: 30px;
    font-family: GothamBold;
    font-weight: 400;
    overflow-wrap:anywhere;
    margin-top:0;
    padding-top:0px;
}

@media only screen and (max-width: 1100px) {
    .box-testimonial > .b-name {
        font-size: 2.76vw;
    }
}

@media only screen and (max-width: 600px) {
    .box-testimonial > .b-name {
        font-size: 16.5px;
    }
}

.box-testimonial > .b-desc {
    color: black;
    font-size: 24px;
    font-family: Gotham;
    font-weight: 325;
    word-wrap: break-all;
    overflow-wrap: break-word;
}

@media only screen and (max-width: 1100px) {
    .box-testimonial > .b-desc {
        font-size: 2.16vw;
    }
}

@media only screen and (max-width: 600px) {
    .box-testimonial > .b-desc {
        font-size: 15px;
    }
}

.box-testimonial > .b-pp > img {
    width:120px;
    height:auto;
    max-width: 100%;
    max-height: 100%;
}

@media only screen and (max-width: 600px) {
    .box-testimonial > .b-pp > img {
        width:70px;
    }
}

.box-testimonial > .b-pp {
    margin-bottom:0.3rem;
}

.box-testimonial > .b-desc {
    margin-top:1rem;
}

@media only screen and (max-width: 600px) {
    .box-testimonial > .b-pp {
        margin-bottom:0.1rem;
    }
    .box-testimonial > .b-desc {
        margin-top:0.3rem;
    }
}