﻿.banner-desktop-img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.banner-mobile-img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}
.banner-btn{
    padding:5px 10px;
    max-width:200px;
    height:25px;
}