.section-our-thought{padding-inline:var(--lg-med);}
.section-our-thought .our-thought-wrapper{display: flex;flex-direction: column;justify-content: center;align-items: center;text-align: center;margin: 0 auto;}
.section-our-thought .our-thought-wrapper.width-small{max-width:34.4rem;margin:0 auto;}
.section-our-thought .our-thought-wrapper.width-medium{max-width:50rem;margin:0 auto;}
.section-our-thought .our-thought-wrapper .media img{width:223px;height:113px;object-fit:cover;mix-blend-mode:multiply;}

@media(max-width:991px){
.section-our-thought .our-thought-wrapper .media img{width:200px;height:102px;object-fit:cover;}
.section-our-thought{padding-inline:var(--small);}
.section-our-thought .our-thought-wrapper.width-small {
    max-width: 23.13rem;
    margin: 0 auto;
}
.section-our-thought .our-thought-wrapper.width-medium{
    max-width: 378px;
}

}