.Blog_sec2_desc {
    font-family: Outfit;
    font-size: 20px;
    font-weight: 400;
    line-height: 25.2px;
    text-align: left;
    color: #AEAEAE;
}

@media screen and (max-width:768px) {
    .Blog_sec2_desc {
        font-family: Outfit;
        font-size: 12px;
        font-weight: 400;
        line-height: 15.12px;
        text-align: left;
    }
}

.Blog_sec2_heading {
    font-family: Playfair Display;
    font-size: 43px;
    font-weight: 700;
    line-height: 58.65px;
    text-align: left;
    color: white;
    text-transform: uppercase;
}

@media screen and (max-width:768px) {
    .Blog_sec2_heading {
        font-family: Playfair Display;
        font-size: 18px;
        font-weight: 700;
        line-height: 23.99px;
        text-align: left;
    }

}

.bin_sec2 {
    padding: 70px 0px;
}

@media screen and (max-width:768px) {
    .bin_sec2 {
        padding: 20px 0px 0px 0px;
    }
}