﻿.fs4 {
    font-size: 1.4rem!important;
    color:#262626!important
}
.boxImageWord {
    width: 100%;
    height: 500px;
    left: 62px;
    top: 214px;
    background: rgba(230, 219, 209, 0.4);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.cardBody {
    height: 67px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.descWord {
    font-style: normal;
    font-weight: 400;
    font-size: 1.4rem;
    text-align-last: center;
    color: #000000;
    margin-top: 2%;
    line-height: 2;
    text-align: justify;
}
@media(max-width:768px){
    .descWord {
   font-size:1.2rem
    }
    .paddRow{
        padding:0 2%;
    }
}
.boxdescWord{

}

