/* Add custom CSS styles below */ 
body {
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    color: #231f1e;
    color: #bd7e1c;
    position: relative;
}
@media (min-width: 640px) {
    .sm\:\!w-1\/6 {
        width: 18% !important;
    }
}
@media (min-width: 768px) {
    .md\:h-24 {
        height: 18rem;
    }
}
@media (min-width: 768px) {
    .md\:h-24 {
        height: 12rem;
    }
}
.object-cover {
    -o-object-fit: cover;
    object-fit: cover;
}
.rounded-full {
    border-radius: 500px;
}
.w-16 {
    width: 15rem;
}
.text-sm {
    font-size: 1.2rem;
    line-height: 2rem;
}
.text-xl {
    font-size: 1.5rem;
    line-height: 5rem;
}