.AuthorityProfile-block-1{
    background-color: #fff;
}
.profile-subtitle{
    font-size: 13px;
    line-height: 18px;
    color: #E60078;
    font-weight: bold;
}
.profile-information h3{
    font-weight: bold;
    color: #666666;
}
.profile-row{
    align-items: center;
}
.profile-information{
    width: calc(100% - 300px);
    margin-left: -22px;
    background: #F7F7F7;
    padding: 25px 0px 25px 45px;
}
.profile-social{
    margin-left: -5px;
}
.profile-contact{
    color: #fff!important;
    background-color: #E60078;
    width: 200px;
    text-align: center;
    display: block;
    padding: 13px;
    border-radius: 40px;
    margin: auto;
}
.contact{
   text-align: center;
}
.profile-contact:hover{
    color: #fff;
}
.AuthorityProfile-block-1 .groove-container:first-child{
    margin-bottom: 40px;
}
.a-sumit {
    display: flex;
    align-items: center;
    padding: 20px 27px 20px 20px;
    background-color: #FFFFFF;
    border: solid 1px #E8E9E9;
    border-radius: 4px 4px 4px 4px;
    margin-top: 35px;
}
.groove-info-box-left {
    width: 100% !important;
}
.groove-infobox-image {
    width: 15%;
}
.a-sumit img {
    max-width: 81px;
    margin: auto;
    display: flex;
}
.a-sumit:hover p{
    color:#E60078;
    transition: all 0.5s;
}
.groove-btn {
    padding: 13px 0px;
    border-radius: 40px 40px 40px 40px;
    background: #E60078;
    width: 250px;
    color: #fff;
    text-align: center;
    line-height: 20px;
}
.profile-row .groove-image img{
    box-shadow: 0px 0px 8px 3px #7b63634d;
    border-radius: 7px;
    width: 328px;
}
@media only screen and (max-width: 767px){
    .a-sumit {
        display: block;
        padding: 15px 10px;
        margin-top: 5px;
    }
    .groove-infobox-image {
        margin: auto;
    }
    .groove-btn {
        margin: 10px auto 0;
    }
    .profile-row .groove-image img{
        margin-left: 5px;
        width: 60%;
    }
    .profile-row .groove-image{
        text-align: center;
    }
    .profile-row .profile-information{
        width: 100%;
        padding: 35px 10px 10px 10px;
        text-align: center;
        margin-top: -25px;
        margin-left: -15px;
        width: calc(100% + 30px);
    }
    .profile-row h2, .profile-row strong{
        font-size: 15px !important;
        margin-bottom: 10px;
        font-weight: 600;
    }
     .profile-row strong{
        font-size: 15px !important;
        font-weight: 600;
     }
     .profile-row h3{
        font-size: 15px !important;
     }
    .profile-row h2.dbl__title-wrapper {
        margin-bottom: 5px;
        font-size: 24px !important;
        line-height: 30px !important;
    }
    .AuthorityProfile-block-1 .groove-container:first-child{
        margin-bottom: 15px;
    }
    .AuthorityProfile-block-1 .groove-col-70{
        padding: 0 10px;
        margin-bottom: 20px;
    }
    .contact{
        margin-bottom: 15px;
    }
    .profile-contact{
        padding: 10px;
    }
    .section-our-blog{
        padding: 30px 0 40px;
    }

}