*{
    font-family: "Nunito";
    font-optical-sizing: auto;
  }
body{
    margin-top:20px;
    background-color: #FCFBBA!important;
    position: relative;
}

.about-card{
    background-color: white;
}
.btn.btn-outline-primary:hover, .backg-primary {
    background: #fff567!important;
}
.section-medium {
    padding: 15px 0px;
}
.section-arrow-primary-color.section-arrow--bottom-center:after {
    background-color: #0cb4ce;
    /* border-right-color: #3abeed;
    border-bottom-color: #3abeed; */
}
.section-arrow--bottom-center:after {
    z-index: 1;
    position: absolute;
    left: 50%;
    margin-left: -15px;
    content: "";
    position: absolute;
    bottom: -15px;
    width: 30px;
    height: 30px;
    border-right: 1px solid #262626;
    border-bottom: 1px solid #262626;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #262626;
}
.section-title {
    font-size: 28px;
    font-weight: 600;
    margin-top: 0.45em;
    margin-bottom: 0.35em;
    color: black;
    font-family: Nunito;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}
.section-sub-title {
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 1.5;
    font-weight: 400;
    color: black;
    font-family: Nunito;
    text-align: center;
}

.section-arrow-primary-color.section-arrow--bottom-center:after{
    background-color: #48494a;
}

.section-primary {
    padding: 75px 0px;
}
section {
    position: relative;
}

/**********************************card desgin **************************************/


.card_img{
    width: 100%;
    height: 100%;
    border-radius: 20px;
    margin-right: 20px;
    background: transparent !important;
}
/* .card_img:hover{
    transform: scale(1.1);
    transition: transform 200;
} */
.card_img_load{
    width: 100%;
    height: 76%;
    border-radius: 20px;
    margin-right: 20px;
}
.card_img_trans{
    width: 75%;
    height: 75%;
    border-radius: 20px;
    margin-right: 20px;
}
.card_img_etl{
    width: 100%;
    height: 60%;
    border-radius: 20px;
    margin-right: 20px; 
}

.card_title{
    margin-top: 2%;
    font-size: xx-large;
    font-weight: 500;

}
.card_title_source{
    line-height: 1.2;
    font-size: x-large;
    font-weight: 500;

}
.card_body_txt{
    padding: 2rem;
    text-align: justify;
}
.card_body{
    margin-top:2rem ;
    padding: 4rem;
}
.card_title_etl{
    text-align: center;
    font-family: Nunito;
}
.card_body_txt_elt{
    margin-bottom: 2rem;
    text-align: justify;
    padding-left: 4rem;
    padding-right: 4rem;
    padding-bottom: 4rem;
    color: #48494a;
    font-family: Nunito;
}


