.yellow {
    color: #FFC107;
}
.logo-responsive {
    width: 150px;
}
.text-align-justify {
    text-align: justify;
}
.h-60vh {
    height: 60vh;
}
.object-fit-cover {
    object-fit: cover;
}

@media screen and (275px <= width <=676px) {
    .flex-dir-col-reverse-mob {
        flex-direction: column-reverse;
    }
    .w-sm-80 {
        width: 80%;
    }
}