

.curves{
    border-radius: 50px 0px; 
    margin-top: 20px;
    height: 300px;
   
}
.tm-padding-section {
    padding-top: 35px;
    padding-bottom: 35px;
}
.clr{
    color: white;
    margin-top: 12px;
}
.tm-blog-social {
    position: absolute;
    left: 0;
    top: auto;
    bottom: 0;
    width: 100%;
    height: auto;
    text-align: center;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 0.3s ease-in-out 0.1s;
    -o-transition: all 0.3s ease-in-out 0.1s;
    transition: all 0.3s ease-in-out 0.1s;
}

h5, .h5 {
    font-size: 16px;
    line-height: 28px;
}
.tm-section-title h2, .tm-section-title h3 {
    font-weight: 500;
    font-size: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px){
.about-content {
    padding-right: 0;
    margin-top: 100px !important;
}

}
@media only screen and (min-width: 768px) and (max-width: 991px){
    .about-content1 {
        padding-right: 0;
        margin-top: 0px;
    }
    .tm-section-title.text-center {
        padding-left: 30px;
        padding-right: 30px;
        margin-top: 0%;
    }
}
@media only screen and (max-width: 991px){
.about-image2 {
    margin-top: 0px;
    margin-bottom: -20px;
}
}
@media only screen and (max-width: 768px){
.about-content p {
    margin-top: 50px !important;
    margin-bottom: 0px !important;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px){
.about-content {
    padding-right: 0;
    margin-top: 160px !important;
}
}