.contact-service-section {
    margin-bottom: 2rem;
}
.contact-service-box {
    border-radius: 20px;
    border: 2px solid #ffffff;
}

.contact-head {
    display: flex;
    justify-content: right;
    align-items: center;
    gap: 1rem;
    background: #ffffff;
}

.contact-title h5 {
    font-size: 16px;
    font-weight: 500;
    color: #65677a;
}

.contact-icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 63px;
    text-align: center;
    border-radius: 35px;
    background-color: rgba(255, 255, 255, 0.30196078431372547);
    border: 2px solid #ffffff;
}

.contact-address h2 {
    font-size: 24px;
    font-weight: 700;
    color: #002570FF;
    margin-bottom: 0.25rem;
}

.contact-address span {
    font-size: 15px;
    color: #65677a;
    padding: 6px 0 0;
    display: inline-block;
}

