.fwiwc { width: 100%; display: inline-block; padding: 0 0 50px 0; }
.fwiwc .heading { width: 100%; display: inline-block; text-align: center; }
.fwiwc .heading p { width: 100%; max-width: 70%; text-align: center; margin: 0 auto;margin-bottom:10px; }
.fwiwc .image { width: 100%; display: inline-block; line-height: 0; vertical-align: top; }
.fwiwc .image img { width: 100%; display: inline-block; object-fit: cover; object-position: center; }

.fwiwc .cta-group { width: 100%; display: inline-block; text-align: center; padding-top: 40px; }
.fwiwc .cta-group ul { width: 100%; display: flex; align-items: center; justify-content: center; margin: 0; padding: 0; gap: 20px; list-style: none; }
.fwiwc .cta-group ul li { display: inline-block; width: auto; }
.fwiwc .cta-group ul li a { background: #fb8b24; border: 1px solid transparent; color: #fff; display: inline-block; font-weight: 400; line-height: 28px; padding: 10px 25px; position: relative; text-decoration: none; width: auto; z-index: 1; border-radius: 5px; transition: all 0.3s !important;!i;!; }
.fwiwc .cta-group ul li a:hover { background-color: transparent; color: #fb8b24; border: 1px solid #fb8b24; }

@media(max-width:767px){
.fwiwc .heading p{max-width:100%;}
}