.section-history:before {
    left: 40%;
    
}
.section-history .row-1{
    text-align: center;
    color: #fff;
    max-width: 840px;
    padding: 20px;
    background: linear-gradient(180deg,rgba(14, 118, 189, 0.7) 0%,rgba(45, 46, 59, 0.6) 100%);
    border-radius: 20px;
    width:90%;
}
.section-history .row-1 h3, .section-value .row-1 h3, .section-team .row-1 h3{
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #cacaca;
}
.section-value .row-1{
    color:#fff;
}
.section-value .row-1 .col-a{
    background-image: url("https://divi.to/projects/foy.com/media/about/value-image.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 400px;
    border-radius: 15px;
}
.section-value .row-1 .col-b{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.section-value .row-1 .col-b>div{
    max-width:600px;
    
}
.describe{
    margin-left:20px;
}
.section-team .row-1{
    color:#fff;
}
.section-team .row-1 .col-b{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction:column;
}
.section-team .row-1 .col-b .about-us-image{
    margin: 0 10px;
    margin-bottom:30px;
    overflow:hidden;
}
.section-team .row-1 .col-b .about-us-image img{
    border-radius:10px;
    border-bottom: 5px solid rgba(14, 118, 189, 0.7);
    max-width: 100%;
    height: fit-content;
}
.about-us-image .social-media a{
    display:flex;
}
   .overlay {
        position: absolute;
        bottom: -100%;
        background: rgb(0, 0, 0);
        background: rgba(0, 0, 0, 0.5);
        color: #f1f1f1;
        width: 100%;
        transition: .5s ease;
        color: white;
        font-size: 20px;
        padding: 20px;
        text-align: center;
}

.about-us-image:hover .overlay {
     bottom: 0;
}
.about-us-image{
    position:relative;
}
.about-us-image .overlay h4{
    font-size:21px;
}
.about-us-image .overlay h5{
    font-size:14px;
    letter-spacing:1px;
}
.about-us-image .social-media {
    background: rgba(14, 118, 189, 0.7);
    display: inline-block;
    width: 100%;
    padding: 0.5vw 0.5vw;
    height: 100%;
    border-radius: 2vw;
    max-height: 2vw;
    max-width: 2vw;
}
.about-us-image .social-media svg{
    width:1vw;
    height:1vw;
}
.about-us-image .social-media svg path{
    fill:#fff;
}