.block--hero-usp .block_main {
position: relative;
width: 100%;
padding: 290px 20px 320px 20px;
display: flex;
align-items: center;
justify-content: center;
}
.block--hero-usp .tbs-hero_bg {
position: absolute;
inset: 0;
z-index: -1;
}
.block--hero-usp .tbs-hero_bg img,
.block--hero-usp .tbs-hero_bg video {
width: 100%;
height: 100%;
object-fit: cover;
}
.block--hero-usp .tbs-hero_bg .overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(18, 11, 6, 0.54);
z-index: 1;
}
.block--hero-usp .content-wrapper {
position: relative;
max-width: 1340px;
width: 100%;
margin: auto;
}
.block--hero-usp .content-wrapper .title {
font-family: 'The One';
font-size: 85px;
letter-spacing: 0;
line-height: 110px;
color: #E7DED5;
font-weight: 400;
margin: 0;
max-width: 770px;
width: 100%;
}
@media (max-width: 768px) {
.block--hero-usp .content-wrapper .title {
font-size: 60px;
line-height: 70px;
}
}
@media (max-width: 475px) {
.block--hero-usp .content-wrapper .title {
font-size: 34px;
line-height: 40px;
}
}
.block--hero-usp .usp_wrapper {
padding: 32px;
max-width: 1340px;
background-color: #F6F2EE;
border-radius: 28px;
display: flex;
flex-direction: row;
width: 100%;
margin: 0px auto -100px auto;
transform: translateY(-50%);
z-index: 2;
}
@media (max-width: 1390px) {
.block--hero-usp .usp_wrapper {
max-width: calc(100% - 30px);
padding: 20px 20px;
}
}
@media (max-width: 850px) {
.block--hero-usp .usp_wrapper {
flex-direction: column;
align-items: center;
transform: translateY(-100px);
}
}
.block--hero-usp .usp_wrapper .usp {
display: flex;
flex-direction: column;
border-right: 1px solid #707070;
max-width: 260px;
width: 100%;
text-align: center;
padding: 0 50px;
}
@media (max-width: 1380px) {
.block--hero-usp .usp_wrapper .usp {
padding: 0 20px;
}
}
@media (max-width: 850px) {
.block--hero-usp .usp_wrapper .usp {
border-bottom: 1px solid #707070;
border-right: 0;
padding: 20px;
max-width: 600px;
}
.block--hero-usp .usp_wrapper .usp:last-of-type {
border-bottom: 0;
}
}
.block--hero-usp .usp_wrapper .usp:last-of-type {
border-right: 0;
}
.block--hero-usp .usp_wrapper .usp .title {
font-size: 12px;
font-weight: 600;
font-family: 'DM Sans';
letter-spacing: 1px;
color: #472D17;
text-transform: uppercase;
margin-bottom: 25px;
}
.block--hero-usp .usp_wrapper .usp .description {
font-size: 14px;
font-weight: 400;
font-family: 'DM Sans';
line-height: 22px;
letter-spacing: 0px;
color: #472D17;
}