.about-us-content img{
    border-radius: 10px;
    height: 350px;
    width: 100%;
    object-fit: cover;
}

.list{
    background: #f3f3f3;
}

.franchise-list {
    border-radius: 5px;
}

.list-image-wrapper{
    height: 50px;
    width: 50px;
    min-width: 50px;

}

.list-image-wrapper img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.aboutus-sub{
        position: relative;
        display: inline-block;
        font-size: 18px;
        text-transform: uppercase;
        font-weight: bold;
}

.subtitle-wrap{
    position: relative;
    overflow: hidden;
}

.aboutus-sub::before{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 70px;
    height: 1px;
    background: white;
    content: "";
    left: -95px;
}

.aboutus-sub::after{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 70px;
    height: 1px;
    background: white;
    content: "";
    right: -95px;
}

.hero-title{
    font-size: 7rem;
}

.tag-line span{
    color: #dd5903;
    text-transform: uppercase;
    letter-spacing: 0.5rem;
    font-weight: 600;
}

.tag-line h6{
    line-height: 1.6em;
    font-size: 2rem;
}


.about-second span{
    font-size: 18px;
    color: #dd5903;
    position: relative;
    font-weight: bold;
}

.about-second h3{
    text-transform: uppercase;
    font-weight: 600;
    font-size: 40px;
}

.about-second img{
   max-height: 400px;
   width: 100%;
   border-radius: 5px;
   object-fit: cover;
}

.second-img{
    margin-left: -40px;
}

.about-list{
    background: #f3f3f3;
}

.about-list h3 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 40px;
}

.about-list span{
    font-size: 18px;
    color: #dd5903;
    position: relative;
    font-weight: bold;
}

.about-list span::after{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 70px;
    height: 1px;
    background: #eb5881 !important;
    content: "";
    right: -95px;
}


.about-second span::after{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 70px;
    height: 1px;
    background: #eb5881 !important;
    content: "";
    right: -95px;
}

@media screen and (max-width: 767px) {
    .hero-title{
        font-size: 5rem;
    }
    .about-list span::after{
        display: none;
    }
    .about-second span::after{
        display: none;
    }
}