#hero-hs {
	background-color: #FBFBFB;
	border-radius: 10px;
	margin-bottom: 5rem;
	max-width: 100%!important;
	width: 100%;
	margin-bottom:5rem!important;
}

#hero-hs .row:first-child div {
	width: 86%;
	padding: 0.5rem;
}

#hero-hs hr {
	margin: 2rem 0 1rem 0;
}

#hero-hs h1 {
	font-size: 1.8rem;
	margin-bottom: 1.5rem;
	font-weight: bold;
}

#hero-hs h2 {
	font-size: 1.5rem;
	margin-bottom: 1.5rem;
	font-weight: 500;
}

#hero-hs p,
#hero-hsli {
	font-size: 16.5px;
	font-weight: 400;
}

#hero-img {
	position: relative;
	height: 100%;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 60% center;
	border-radius: 10px;
	box-shadow: -5px 4px 10px 5px rgba(74, 74, 74, 0.25);
}

#hero-hs ul {
	margin-left: 1.5rem
}

#hero-hs ul li {
	margin: 1.4rem 0;
	padding: 0;
	list-style: none;
}

#hero-hs .title-list {
	color: black;
	display: block;
	font-weight: 500;
}

#hero-hs .content-list {
	color: #494949;
	width: 80%;
	display: block;
	list-style: none;
	font-weight:400!important;
}


#hero-hs .icon-list {
	position: absolute;
	margin-left: -4rem;
	margin-top: 0;
	list-style: none;
}

button.btn-mla{
    color: black;
    background-color: #fcd800;
    border-radius: 5px;
    margin: 1rem 0;
    width: 100%;
}

button.btn-mla:hover, button.btn-mla:focus{
    color: white;
    background-color: black;
}

@media(min-width:1200px){
    #hero-hs{
        display:flex;
    }
}

@media(max-width:1200px){
 #hero-hs{
        display:block;
    }
    
    #hero-img{
        height: 20rem;
        box-shadow:none;
    }
}

@media(max-width:1024px) {
	#hero-img {
		height: 18rem;
	}

	.swiper-button-next,
	.swiper-button-prev {
		-moz-background-size: 24px 20px;
		-webkit-background-size: 24px 20px;
		background-size: 24px 20px;
	}
}

@media(max-width:990px) {
	#hero-hs h1 {
		font-size: 1.4rem;
		margin-bottom: 1rem;
	}

	#table-hs-section-table h2 {
		font-size: 1.4rem;
	}

	#hero-hs p,
	#hero-hs li,
	#hero-hs p {
		font-size: 15.5px;
		font-weight: 400;
	}

	#hero-hs ul li {
		margin: 1rem 0;
	}
}

@media (min-width: 768px) and (min-width: 990px){
    #hero-hs.container {
        margin: 0 0.5rem 3rem 0.5rem;
    }
}

@media (min-width: 768px){
    #hero-hs.container {
    	max-width: 100%!important;
    }
}

@media(max-width:766px) {
    #hero-hs {
    	margin-bottom: 1rem;
    }

	#hero-hs h1 {
		font-size: 1.5rem;
		margin-bottom: 1rem;
		font-weight: bold;
	}

	#hero-hs .row:first-child div {
		width: 95%;
	}

	#hero-img {
		height: 10rem;
		width: 90%;
		margin: auto;
	}

	#hero-hs .content-list {
		width: 100%;
	}
}

@media screen and (max-width: 600px) {
    #hero-hs{
		margin-bottom:3rem!important;
	}
	
    #hero-hs .row {
    	display: flex;
    	flex-direction: column-reverse;
    }
    
    #hero-img{
        min-height: 10rem;
    }

}