section {
    padding-top: 30px;
    padding-bottom: 30px;
    overflow: hidden;
}
.section-title {
    text-align: center;
    padding-bottom: 30px;
}
.section-title h2 {
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 700;
    padding: 8px 20px;
    margin: 0;
    background: rgb(8, 189, 128);
    display: inline-block;
    text-transform: uppercase;
    border-radius: 50px;
    color: white;
}
.section-title h3 {
    margin: 15px 0 0 0;
    font-size: 32px;
    font-weight: 700;
}
.section-title p {
    margin: 15px auto 0 auto;
    font-weight: 600;
}
.contact .info-box {
    color: #444444;
    text-align: center;
    box-shadow: 0 0 30px rgb(214 215 216 / 30%);
    padding: 20px 0 30px 0;
}
.contact .info-box i {
    font-size: 32px;
    color: #106eea;
    border-radius: 50%;
    padding: 8px;
    border: 2px dotted #b3d1fa;
}
contact .info-box h3 {
    font-size: 20px;
    color: #777777;
    font-weight: 700;
    margin: 10px 0;
}
.contact .info-box p {
    padding: 0;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
}
.info-box iconify-icon {
    font-size: 35px;
    border: 1px solid;
    border-radius: 50%;
    padding: 10px;
    color: #3a2d7d;
    
}