.section-3{
    background-color:#f1eeef;
}
.sec-3-cont-wrap-box{
    width: 100%;
    height: 250px;
    position: relative;
}
.same-link-sec-3{
    display: inline-block;
    width: 100%;
    height: 200px;
}
.same-link-sec-3 img{
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    height: 100%;
}
.sec-3-cont-wrap-box .res-box{
    padding: 10px 35px;
    border-radius: 25px;
    font-size: 12px;
    font-weight: 400;
    background-color: #FCFCFCDB;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    transition: all 0.5s;
}
.sec-3-cont-wrap-box .res-box:hover{
    background-color: #363434;
    color: #fff;
}
.lern-a{
    font-size: 14px;
    color: #363434;
}
.lern-a svg {
    margin-left: 0px;
    padding: 5px;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    fill: #363434;
    border: 1px solid #363434;
}
