.thought__wrap{align-items:center;display:flex;gap:1.5rem;padding:0 1rem 4rem}@media(max-width: 767px){.thought__wrap{flex-direction:column}}.thought__wrap .thought__item{align-items:flex-end;background-position:center;background-repeat:no-repeat;background-size:cover;border-radius:.5rem;display:flex;height:260px;justify-content:center;position:relative;width:100%;z-index:2}.thought__wrap .thought__item:before{background:linear-gradient(0deg, rgb(20, 56, 92) 22%, rgba(20, 56, 92, 0) 100%);border-radius:.5rem;bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:1}@media(min-width: 600px){.thought__wrap .thought__item{height:360px}}@media(min-width: 992px){.thought__wrap .thought__item{height:486px}}.thought__wrap .thought__item .thought__info{align-items:center;color:#fff;display:flex;flex-direction:column;gap:.5rem;justify-content:center;padding:1rem 1rem 3rem;text-align:center;z-index:1}@media(max-width: 767px){.thought__wrap .thought__item .thought__info{padding:1rem 1rem 1.5rem}}.thought__wrap .thought__item .thought__info .thought__title{color:#fff;font-weight:700;text-transform:uppercase}@media(min-width: 992px){.thought__wrap .thought__item .thought__info .thought__title{font-size:2rem}}.thought__wrap .thought__item .thought__info .thought__subtitle{padding-bottom:.5rem}