.about-one__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
    flex-direction: column;
    text-align: center;
}

.about-one__box i {
    font-size: 40px;
    color: var(--thm-base);
    margin-right: 0;
    margin-bottom:10px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.about-one__box h4 {
    margin: 0;
    color: var(--thm-black);
    font-size: 15px;
    line-height: 1.2;
    font-weight: bold;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.about-one__tagline p {
    margin: 0;
    color: var(--thm-primary);
    font-size: 20px !important;
    font-family: "Inter", sans-serif !important;
    line-height: 1;
}

.service-two__card-content p {
    line-height: normal;
    font-size: 13px !important;
    text-align:center !important;
}

.project-details .btn.focus,
.project-details .btn:focus {
    outline: 0;
    box-shadow: none;
}

.project-details .card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgb(255 255 255 / 3%);
    border-bottom: 1px solid rgba(0,0,0,.125);
}

@media(max-width:991px){
    .team-one__content .team-one__nav {
        display: flex;
        align-items: center;
    }
    
    .site-footer {
    background-color: #255946;
    padding-top: 80px;
    padding-bottom: 40px;
    position: relative;
    margin-top: 16px;
    padding-right: 15px;
    padding-left: 15px;
}
    
    .footer__social a {
        font-size: 16px;
        color: #fff;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
        margin-right: 20px;
    }
}



.projects-one__single:hover .projects-one__content {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}

.projects-one__single:hover h3{
    color: #fff;
}

.projects-one__content h3{
    max-width: auto !important;
    font-size: 20px;
    margin-bottom: 15px !important;
}

.projects-one__single .social-link a{
    color: #fff;
    font-size: 17px;
    margin: 0 3px;
}