



h2 {
      font-family: "Cormorant Garamond", serif;
    color: #8c6e49;
    font-weight: normal;
    font-style: normal;
	line-height: 1.4em;
}


.btn {
	outline: 0;
	-webkit-transition: all .25s ease-in;
	-moz-transition: all .25s ease-in;
	-ms-transition: all .25s ease-in;
	-o-transition: all .25s ease-in;
	transition: all .25s ease-in;
	cursor: pointer;
}
button:focus {
	outline: none;
}
.container {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	padding: 0px;
}
.main_section {
	width: 100%;
	margin: 0px;
	/*padding: 80px 0;*/
}

/******* Header ************/



.main-about {
    display: flex;
    flex-wrap: wrap;
}
.left-about {
    width: 50%;
    display: flex;
    align-items: center;
}
.right-about{
    width: 50%;
}
.right-about .carousel-item img{
/*   height: 530px;*/
    object-fit: cover;
        width: 100%;
}


.main-about:nth-child(2n+2){
    flex-direction: row-reverse;
}

.cus-box-prestige {
   
    padding: 39px;
    border-radius: 0;

}
.cus-box-prestige h2 {
      font-family: "Cormorant Garamond", serif;
    color: #8c6e49;
    font-weight: normal;
    font-style: normal;
	line-height: 1.4em;
    text-transform: uppercase;
}
.cus-box-prestige h2:before{
    content: '';
   /* background: #303c79;*/
    height: 2px;
    position: absolute;
    width: 200px;
    bottom: -9px;
}

.cus-box-prestige p {
    
font-size: 16px;
    line-height: 28px;
}

.cus-btn{

    border: 1px solid #000;
    padding: 10px 17px;
    border-radius: 0;
    color: #000;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 15px;
    display: inline-block;
    letter-spacing: 1px;
    text-decoration: none;
}
.cus-btn:hover{
border: 1px solid #000;
    background: #8c6e49;
    color: #fff;
}


/* media screen and (max-width: 1170px)
---------------------------------------------------------------------- */
@media screen and (max-width:1170px) {
.container {
	max-width: 100%;
	width: 100%;
	margin: 0 auto;
	padding: 0px 15px;
}

	
}
/* media screen and (max-width: 728px)
---------------------------------------------------------------------- */
@media screen and (max-width:728px) {
    .left-about {
        width: 100%;
    }
    .right-about {
        width: 100%;
    }
    .cus-box-prestige {
        padding: 23px;
    }
    .cus-box-prestige h2 {
        font-size: 30px;
        line-height: 32px;
    }
    .right-about .carousel-item img {
        height: auto;
    }



}



/* media screen and (max-width: 640px)
---------------------------------------------------------------------- */
@media screen and (max-width:640px) {

}


/* media screen and (max-width: 550px)
---------------------------------------------------------------------- */
@media screen and (max-width:550px) {

}



/* media screen and (max-width: 480px)
---------------------------------------------------------------------- */
@media screen and (max-width:500px) {

}



/* media screen and (max-width: 414px)
---------------------------------------------------------------------- */
@media screen and (max-width:375px) {


}
.carousel-caption2 {
	position: absolute;
	right: 15%;
	bottom: 0.25rem;
	left: 15%;
	padding-top: 1.25rem;
	color: #8c6e49;
	text-align: center;
    font-weight: 700;
    text-decoration: none!important;
}
.carousel-caption2 a{
  text-decoration: none!important;
	color: #8c6e49;

}

.carousel-caption2:before{
opacity: 0;

}

.carousel-control-next-icon {
  background-image: url("../img/chevron-right.svg");
}

.carousel-control-prev-icon {
  background-image: url("../img/chevron-left.svg");
}
