.section-icon-text-3 .icon-text-3-wrapper {display: flex;align-items: center;max-width: 1000px;margin: auto;text-align: center;gap:20px;}
.section-icon-text-3 .icon-text-3-wrapper img{max-width:120px;}
.section-icon-text-3 .section-heading strong {font-weight: 600;color: #46b5e4;display: block;}
.section-icon-text-3 .content-text{font-size:18px;margin-top:15px; color:#2e2a39;}
.section-icon-text-3 .content-text p{margin:0;}



@media only screen and (max-width: 749px) {
    .section-icon-text-3 .icon-text-3-wrapper {flex-direction: column;}
    .section-icon-text-3 .content-text{font-size:16px;}
    .section-icon-text-3 .section-heading strong {display: inline;}

}