| Server IP : 65.108.144.40 / Your IP : 216.73.217.165 Web Server : Apache/2.4.52 (Ubuntu) System : Linux ubuntu-8gb-hel1-1 5.15.0-173-generic #183-Ubuntu SMP Fri Mar 6 13:29:34 UTC 2026 x86_64 User : dev ( 1000) PHP Version : 8.2.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/html/successkpi/wp-content/themes/successkpi/blocks/cta-about-us-page/ |
Upload File : |
.cta-about-page .cta-about-page-wrapper {
background: #032169;
padding: 29px 72px;
align-items: center;
border-radius: 20px;
position: relative;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
align-items: center;
position: relative;
}
.cta-about-page .cta-about-page-wrapper:before {
content: '';
background-image: url(/wp-content/uploads/2026/04/about-cta-arrow-bg-1.svg);
background-repeat: no-repeat;
background-size: contain;
background-position: center right -60px;
width: 61%;
position: absolute;
right: 0;
top: 0;
height: 100%;
}
.cta-about-page .cta-about-page-wrapper .cta-about-page-content {
width: 100%;
max-width: 54%;
}
.cta-about-page .cta-about-page-wrapper .cta-about-page-img {
width: 100%;
max-width: 35%;
z-index: 9;
}
.cta-about-page .cta-about-page-wrapper .cta-about-page-img img {
width: 100%;
height: auto;
}
.cta-about-page-content {
color: #fff;
}
@media screen and (max-width: 767px) {
.cta-about-page .cta-about-page-wrapper {
padding: 29px 40px;
}
}
@media screen and (max-width: 500px) {
.cta-about-page .cta-about-page-wrapper .cta-about-page-content,
.cta-about-page .cta-about-page-wrapper .cta-about-page-img {
width: 100%;
max-width: 100%;
}
.cta-about-page .cta-about-page-wrapper {
flex-direction: column-reverse;
gap: 30px;
}
}