html,
body {
    height: 100%;
    background-color:  #242424;
}

@media only screen and (max-width: 920px) {
    img.img-fluid {
        width: 63vw;
    }
}
@media only screen and (min-width: 920px) {
    img.img-fluid {
        width: 22vw;
    }
    .w-75 {
        width: 28%!important;
    }
}
section {
    display: block;
    min-height: 100%;
    width: 100%; 
}

 

.border-radius-10 {
    border-radius: 10px;
}

h2 {
    text-align: center;
    color: white;
}
.bg-white {
    background-color: #48453e!important;
    color: white;
    border: none!important;
    font-size: 14px;
    font-weight: normal!important;
    padding: 6px 6px 6px 25px;
}
.p-2 {
    padding: 0.5rem 1.5rem 0.5rem 0!important;
}