section.gt-block.usp-blog .usp-blog--content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 100%;
max-width: 113.3rem;
padding: clamp(1.6rem, calc(0.8rem + 2.4vw), 4rem) clamp(2rem, calc(1rem + 3vw), 5rem);
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 7.8rem;
border-radius: 3rem;
border: 1.5px solid var(--primary-color, #ffee94);
}
section.gt-block.usp-blog .usp-blog--content-desc {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: clamp(1.68rem, calc(0.84rem + 2.52vw), 4.2rem);
-webkit-box-flex: 1;
-ms-flex: 1 0 0px;
flex: 1 0 0;
}
@media screen and (max-width: 500px) {
section.gt-block.usp-blog .usp-blog--content-desc {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
}
section.gt-block.usp-blog .usp-blog--content-desc img {
width: 100%;
height: 17.9rem;
max-width: 15.3rem;
-o-object-fit: cover;
object-fit: cover;
}
section.gt-block.usp-blog .usp-blog--content-desc .text {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 2rem;
-webkit-box-flex: 1;
-ms-flex: 1 0 0px;
flex: 1 0 0;
}
@media screen and (max-width: 650px) {
section.gt-block.usp-blog .usp-blog--content-desc .text {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
}
@media screen and (max-width: 500px) {
section.gt-block.usp-blog .usp-blog--content-desc .text {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
text-align: center;
}
}
section.gt-block.usp-blog .usp-blog--content-desc .text-desc {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
gap: 1.6rem;
-webkit-box-flex: 1;
-ms-flex: 1 0 0px;
flex: 1 0 0;
max-width: 66rem;
}
section.gt-block.usp-blog .usp-blog--content-desc .text h5 {
-webkit-box-flex: 1;
-ms-flex: 1 0 0px;
flex: 1 0 0;
max-width: 66rem;
}