@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;700&display=swap');

body, html {
    font-family: 'Montserrat', sans-serif!important;
}

.has-backimg {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 200px;
    margin: 15px 0;
    border-radius: 5px;
}

.hero, .hero-md {
    padding: 100px 0;
}

.img-width {
    width: 40%;
}

.var-padding {
    padding: 50px;
}

.absolute-center {
    position: absolute; 
    top: 50%; 
    left: 50%; 
    transform: translate(-50%, -50%);
}

.var-height-carousel {
    height: 460px;
}

.separate-25-carousel {
    top: 25%;
}

.link{
    color: #000!important;
    text-decoration: none!important;
}

@media (max-width: 500px) {
    .img-width {
        width: 70%;
    }   
    .hero-md {
        padding: 0;
    }
    .text-center-sm {
        text-align: center;
    }
    .var-height-carousel{ 
        height: 580px;
    }
    .separate-25-carousel {
        top: 0;
    }
}