/* hero-seciton  */
.hero-section {
    position: relative;
    background: linear-gradient(rgba(45, 94, 24, 0.6), rgba(132, 132, 17, 0.6)), url('/assets/images/about/about-img.jpg');
    color: white;
    padding: 60px 0;
    text-align: center;
    background-size: cover;
    background-position: center;
}
.hero-section .container h1 {
    font-size: 45px;
}
.hero-section .container p {
    font-size: 20px;
}
.container .section-title {
    font-size: 25px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.img-size{
    height: 200px;
    width: 200px;
}
/* /hero-seciton  */

/* our-team*/
.container .row .card-div{
    background: linear-gradient(90deg, rgba(0,212,255,1) 0%, rgb(88, 244, 249) 50%, rgba(0,212,255,1) 100%);
}
.container .carousel .carousel-inner .carousel-item .row .col-md-4 .card img{
    height: 100px;
    width: 100px;
    margin: auto;
}
.container .teamCarousel .team-prev .i-con{
    right: 0;
}
.container .teamCarousel .team-next .i-con{
    left: 0;
}
/* /our-team*/