/* Add custom CSS styles below */ 
.s-main-banner .banner__content .section__title .title__description {
   
    text-align: start;
}
@media (max-width: 768px) {
.s-main-banner {
    min-height: 40vh;

}
  .s-main-banner .banner__content .section__title .title__name {
    margin-top: 3.5px;
    margin-bottom: 6px;
    font-size: 20px;
    line-height: 23px;
    text-align: start;
}
  .s-main-banner .banner__content .section__title .title__description {
    font-size: 19px;
    line-height: 27px;
    width: 65%;
}

.s-main-banner .banner__content .section__title .section__header {

    width: 50%;

}
    footer * {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
  }
  .s-main-banner-8 .banner__content {
    margin-bottom: 71px;
    display: flex;
    flex-direction: column;
    position: relative;
    right: 9rem;
}
}