.how-can-help{
    padding:100px 0;
}
.how-can-help .col-left {
    width: 62%;
}
.how-can-help .row{
    padding-inline: 24px;
}
.how-can-help .col-right {
    width: 31%;
    margin-left: auto;
}
.how-can-help .col-right .h6{
    display: block;
    font-family: 'Space Grotesk';
}
.how-can-help .col-right h3{
    margin-bottom: 24px;
}
.how-can-help .btn-wrp span{
    width: 48px;
    height: 48px;
    border-radius: 4px;
    margin-right: 16px;
    display: inline-block;
    background-color: var(--content-primary);
    background-image: url(../images/cta-icon.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 28px;
    flex-shrink: 0;
}
.how-can-help .col-left>:last-child,
.how-can-help .col-right>:last-child{
    margin-bottom: 0;
}
.how-can-help .btn-wrp .btn{
    display: block;
    width: 100%;
}
.how-can-help .col-left h2{
    max-width: 349px;
}
@media only screen and (max-width: 1199px) {
    .how-can-help .col-left,
    .how-can-help .col-right {
        width: 50%;
    } 
    .how-can-help {
        padding: 80px 0;
    }   
}
@media only screen and (max-width: 991px) {
    .how-can-help {
        padding: 60px 0;
    }   
    .how-can-help .row{
        padding-inline: 0px;
    }
}
@media only screen and (max-width: 767px) {
    .how-can-help .col-left,
    .how-can-help .col-right {
        width: 100%;
    } 
    .how-can-help {
        padding: 40px 0;
    }
}