/* Colors */
:root {
    --color-default: #364d59;
    --color-primary: #37a875;
    --color-black: #000;
    --color-white: #fff;
  }

.about-img{
    width: 100%;
    height: 40vh;
    background-image: linear-gradient(#0d0c0c8a,#0909098f),url(../images/smc-img-02.jpeg);
    background-size: cover;
    background-position-y: center;
    
}
.about-img .txt-about h1{
    margin-top: 65px;
    color: var(--color-white);
}
.about-img .txt-about p{
    color: var(--color-white);

}
.about-img .txt-about p a{
    text-decoration: none;
    font-family: 500;
}