/* <!-- section 3 background img and content --> */
.about-section {
    position: relative;
    width: 100%;
    min-height: 400px;
    background: url('../images/Rectangle\ 10.png') center center/cover no-repeat;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
}

.about-section h2 {
    font-family: 'Playfair Display', serif !important;
    font-weight: 700;
    font-size: 34px;
}

.about-section p {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 20px;
}

.about-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0E1849B2;
}

.about-content {
    position: relative;
    z-index: 2;
    max-width: 700px;
}

.btn-purple {
    background-color: #6101D1;
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    padding: 10px 25px;
    border-radius: 50px;
    border: none;
}

.btn-purple:hover {
    background-color: #7037db;
    color: #fff;
}


/* section 4 img and content */
.single_sec4{
    background-color: white;
}
.single_sec4_btn{
    border: 1px solid #6101D1;
    color: #6101D1;
}

.single_sec4_btn:hover{
    border: 1px solid #6101D1;
    background-color: #6101D1;
    color: white;
}

.single_servives_h2{
    font-family: 'Playfair Display', serif !important;
    font-size: 44px !important;
}

.single_servives_img{
    width: 90%;
    height: 90%;
}


/* section 7 */
.single_card1 h5{
    font-size: 25px !important;
}

.single_card2 h5{
    font-size: 18.5px !important;
}

.single_card3 h5{
    font-size: 19px !important;
}

.single_card4 h5{
    font-size: 20px !important;
}