.radius-3rem {
    border-radius: 30px;
    overflow: hidden;
}
.box-text-content h3 {
    font-size: 32px;
    font-weight: 700;
    text-shadow: 6px 6px 12px var(--color-dark);
    margin-bottom: 30px;
}
/*--------------------------------------------------------------
## Responsive 
--------------------------------------------------------------*/
@media only screen and (max-width: 849.98px) {
    .column-form > .col-inner {
        padding: 30px 20px;
    }
    .box-text-content {
        text-align: center;
    }
    .box-text-content h3 {
        font-size: 25px;
        margin-bottom: 15px;
    }
    .box-text-content p:last-of-type {
        margin-bottom: 0 !important;
    }
    .pb-md-0 {
        padding-bottom: 0;
    }
}
@media only screen and (max-width: 699.98px) {
    .column-form > .col-inner {
        padding: 30px 20px;
    }
    .box-text-content h3 {
        font-size: 20px;
    }
}
@media only screen and (max-width: 548.98px) {
    .box-text-content h3 {
        font-size: 15px;
    }
}
@media only screen and (min-width: 850px) {
    .box-procedure h4 {
        font-size: 20px;
    }
    .box-text-content h3 {
        font-size: 32px;
    }
}
@media only screen and (min-width: 850px) and (max-width: 1199px) {
    .column-form > .col-inner {
        padding: 30px 35px;
    }
}
