.visually-hidden {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.brand-img {
    width: 50px;
    border-radius: 20%;
}

.form-razmak {
    margin-right: 1rem;
}

.carousel {
    margin-bottom: 4rem;
}

.mobile-text {
    font-weight: 600;
}

.call-btn {
    margin-top: 30px;
    font-weight: 600;
}

@media screen and (max-width: 768px){
    #myCarousel {
        margin-top: 76px;
    }
}

@media screen and (max-width: 1000px){
    .mobile-text {
        font-size: 0px;
    }      
}

@media screen and (max-width: 450px){
    .mobile-headline {
        font-size: 25px;
    }

    .call-btn {
        margin-top: 5px;
        font-size: 12px;
    }
}

@media screen and (max-width: 360px){
    .mobile-headline {
        font-size: 20px;
    }

    .call-btn {
        margin-top: 0;
        font-size: 12px;
    }
}

.rounded-circle {
    border-radius: 20% !important;
    width: 250px;
    height: 160px;
}

.featurette-image {
    border-radius: 5%;
    height: 350px !important;
}

#third-pic {
    height: 270px !important;
}