.tbs-usp_row {
background-color: #F6F2EE;
}
.tbs-usp_row .wrapper {
max-width: 1340px;
width: 100%;
margin: 0 auto;
padding: 70px 20px;
border-top: 1px solid rgba(71, 45, 23, 0.2);
border-bottom: 1px solid rgba(71, 45, 23, 0.2);
}
@media (max-width: 1390px) {
.tbs-usp_row .wrapper {
max-width: calc(100% - 40px);
}
}
@media (max-width: 850px) {
.tbs-usp_row .wrapper {
padding: 45px 20px;
}
}
.tbs-usp_row .row_title {
color: #472D17;
text-align: center;
margin-bottom: 45px;
}
@media (max-width: 850px) {
.tbs-usp_row .row_title {
margin-bottom: 30px;
}
}
.tbs-usp_row .usp_list {
display: flex;
flex-direction: row;
align-items: stretch;
}
@media (max-width: 850px) {
.tbs-usp_row .usp_list {
flex-direction: column;
}
}
.tbs-usp_row .usp {
display: flex;
flex-direction: row;
align-items: flex-start;
gap: 24px;
flex: 1 1 0;
padding: 0 45px;
border-right: 1px solid rgba(71, 45, 23, 0.2);
}
.tbs-usp_row .usp:first-of-type {
padding-left: 0;
}
.tbs-usp_row .usp:last-of-type {
border-right: 0;
padding-right: 0;
}
@media (max-width: 1200px) {
.tbs-usp_row .usp {
padding: 0 25px;
gap: 18px;
}
}
@media (max-width: 850px) {
.tbs-usp_row .usp {
border-right: 0;
border-bottom: 1px solid rgba(71, 45, 23, 0.2);
padding: 25px 0;
max-width: 600px;
width: 100%;
margin: 0 auto;
}
.tbs-usp_row .usp:first-of-type {
padding-top: 0;
}
.tbs-usp_row .usp:last-of-type {
border-bottom: 0;
padding-bottom: 0;
}
}
.tbs-usp_row .icon {
flex: 0 0 auto;
width: 62px;
height: 62px;
border: 1px solid #472D17;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
color: #472D17;
}
@media (max-width: 1200px) {
.tbs-usp_row .icon {
width: 52px;
height: 52px;
}
}
.tbs-usp_row .icon svg {
display: block;
width: 26px;
height: 26px;
fill: none;
stroke: currentColor;
stroke-width: 1.25;
stroke-linecap: round;
stroke-linejoin: round;
}
@media (max-width: 1200px) {
.tbs-usp_row .icon svg {
width: 22px;
height: 22px;
}
}
.tbs-usp_row .content {
display: flex;
flex-direction: column;
}
.tbs-usp_row .title {
font-family: 'DM Sans';
font-size: 12px;
font-weight: 600;
letter-spacing: 1px;
line-height: 18px;
text-transform: uppercase;
color: #472D17;
margin-bottom: 14px;
}
.tbs-usp_row .description {
font-family: 'DM Sans';
font-size: 14px;
font-weight: 400;
line-height: 22px;
letter-spacing: 0;
color: #472D17;
}