.cta_block { background: #192732; padding: 40px; display: flex; justify-content: space-between; align-items: center; margin: 50px 0; gap: 20px; position: relative; box-sizing: border-box;}
.cta_block .left { display: flex; flex-wrap: wrap; align-items: flex-start; flex-direction: column; }
.cta_block .left h3 { margin:0 !important; text-transform: none; color:#ffffff; }
.cta_block .left p { margin-bottom:25px; color:#ffffff; font-size: 20px; }
.cta_block .left .cta { display: flex; align-items: center; gap: 15px; }
.cta_block .left .cta .btn { margin-top: 0; margin-bottom: 5px; padding: 12px 25px; }
.cta_block .right { text-align: center; }
.cta_block .right img { height: 250px; width: auto; position:absolute; right:30px; bottom:0; }


@media screen and (max-width:1200px) {
    .cta_block { padding: 30px; }
    .cta_block .left h3 { font-size: 24px; }
    .cta_block .left p { font-size: 18px; }
    .cta_block .left .cta .btn { padding: 12px 15px; }
    .cta_block .right img { right:0; height: 220px; }
}

@media screen and (max-width:1024px) {
    .cta_block { width:100%; max-width:600px; }
}

@media screen and (max-width:820px) {
    .cta_block {max-width:none; }
}

@media screen and (max-width:600px) {
    .cta_block { flex-wrap: wrap; padding-bottom: 270px; overflow: hidden; }
    .cta_block .left { width: 100%; }
    .cta_block .right img  { position: absolute; bottom: 0; right: auto; left: 50%; transform: translateX(-50%); height: 305px; }
    .cta_block .left .cta { flex-wrap: wrap; position: absolute; bottom: 20px; z-index: 2; width: calc(100% - 60px); gap: 5px; }
    .cta_block .left .cta .btn { width: 100%; }
    .cta_block .left .cta .btn.transparent { background:white; color:black; }
}