.block-cta-estimate .content {
position: relative;
width: 81.5%;
display: flex;
justify-content: space-between;
align-items: center;
background: #efefef;
border-radius: 0.75rem;
padding: 3rem 2rem 3rem 7.5rem;
margin: 0 auto;
}
.block-cta-estimate .content .text {
flex: 0 0 47%;
max-width: 47%;
font-family: "GothamRounded-Medium", "GothamRounded-Medium-fallback", Arial, sans-serif;
font-weight: normal;
font-size: clamp(30px, 3.5vw, 35px);
margin-bottom: 0;
color: #222b37;
padding-right: 0.5rem;
}
.block-cta-estimate .content .btn {
font-family: "GothamRounded-Medium", "GothamRounded-Medium-fallback", Arial, sans-serif;
font-weight: normal;
font-size: clamp(16px, 2.4vw, 24px);
text-align: center;
text-transform: uppercase;
}
.block-cta-estimate .content svg {
top: 50%;
left: 0;
transform: translate(-50%, -50%);
}
@media (max-width: 1499.98px) {
.block-cta-estimate .content {
width: 100%;
}
.block-cta-estimate .content .text {
font-size: clamp(30px, 4vw, 40px);
}
.block-cta-estimate .content svg {
width: 150px;
height: auto;
}
}
@media (max-width: 1199.98px) {
.block-cta-estimate .content {
padding: 3rem 2rem 3rem 6rem;
}
.block-cta-estimate .content .text {
font-size: clamp(30px, 3.5vw, 35px);
}
.block-cta-estimate .content .btn {
font-size: clamp(16px, 2vw, 20px);
}
.block-cta-estimate .content svg {
width: 120px;
}
}
@media (max-width: 991.98px) {
.block-cta-estimate .content {
padding: 3rem 2rem 3rem 4rem;
}
.block-cta-estimate .content .text {
font-size: 1.875rem;
}
.block-cta-estimate .content .btn {
font-size: clamp(14px, 1.6vw, 16px);
}
.block-cta-estimate .content svg {
width: 100px;
}
}
@media (max-width: 767.98px) {
.block-cta-estimate .content {
flex-direction: column;
padding: 2rem;
}
.block-cta-estimate .content .text {
flex: 0 0 100%;
max-width: 100%;
margin-bottom: 1rem;
text-align: center;
line-height: 1.2;
}
.block-cta-estimate .content svg {
width: 90px;
}
}
@media (max-width: 389.98px) {
.block-cta-estimate .content {
padding: 2rem 1rem;
}
.block-cta-estimate .content .text {
font-size: 1.5rem;
}
}