.tbs-image-button_layout {
background-color: #F6F2EE;
}
.tbs-image-button_layout .wrapper {
padding: 120px 20px 120px 20px;
margin: auto;
max-width: 1400px;
width: 100%;
}
.tbs-image-button_layout .wrapper .prefix {
margin-bottom: 0;
text-align: center;
}
.tbs-image-button_layout .wrapper .title {
font-family: 'The One';
font-weight: 300;
font-size: 56px;
line-height: 100px;
color: #472D17;
text-align: center;
margin: 0 0 20px 0;
}
@media (max-width: 575px) {
.tbs-image-button_layout .wrapper .title {
font-size: 36px;
line-height: 50px;
}
}
.tbs-image-button_layout .wrapper .innerblocks {
margin: 0 auto 40px;
max-width: 900px;
text-align: center;
}
.tbs-image-button_layout .wrapper .innerblocks * {
font-size: 18px;
line-height: 1.6;
}
.tbs-image-button_layout .wrapper .image_wrapper {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
align-items: center;
gap: 20px;
}
.tbs-image-button_layout .wrapper .image_wrapper .image {
position: relative;
height: 0;
width: 100%;
max-width: 440px;
padding-top: 29%;
}
@media (max-width: 767px) {
.tbs-image-button_layout .wrapper .image_wrapper .image {
height: unset;
padding: 0;
}
}
.tbs-image-button_layout .wrapper .image_wrapper img {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
object-fit: cover;
border-radius: 20px;
}
@media (max-width: 767px) {
.tbs-image-button_layout .wrapper .image_wrapper img {
position: static;
}
}
.tbs-image-button_layout .wrapper .button_wrapper {
padding: 60px 0 30px 0;
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
gap: 15px;
}
.tbs-image-button_layout .wrapper .button_wrapper a {
display: inline-block;
padding: 20px 35px;
border: 1px solid #472D17;
border-radius: 32px;
font-size: 14px;
font-family: 'Avenir';
font-weight: 500;
text-align: center;
text-transform: uppercase;
letter-spacing: 0;
color: #472D17;
transition: 0.3s;
text-decoration: none;
}
@media (max-width: 575px) {
.tbs-image-button_layout .wrapper .button_wrapper a {
width: 100%;
}
}
.tbs-image-button_layout .wrapper .button_wrapper a:hover {
background-color: #DCA092;
border: 1px solid #DCA092;
color: #fff;
}