.banner-width .col { 
    padding-right: 0;
    padding-left: 0;
}

.banner-area-wrap-ladies {
	width: 100%;
}

.banner-area-wrap-ladies {
	width: 100%;
    display: flex;
    flex-direction: row;
}
.banner-area-wrap-mens {
	width: 100%;
    display: flex;
    flex-direction: row-reverse;
}

.banner-col-lg-6 {
	width: 50%;
}

.banner-area {
	width: 100%;
	height: 100%;
	text-align: center;
}

.ladies-area {
	width: 100%;
	height: 100%;
	background-color: #B10F41;
}

.mens-area {
	width: 100%;
	height: 100%;
	background-color: #2B2E2E;
}

.ladies-area h2,
.mens-area h2 {
	font-size: 24px;
	color: #eeeeee;
    line-height: 1.0;
	padding: 26% 0 0 0;
	margin: 0;
}

.ladies-area p,
.mens-area p {
	font-size: 14px;
	color: #eeeeee;
    line-height: 1.0;
	padding: 2% 0 0 0;
	margin: 0;
}


@media (max-width: 990px){
	.banner-col-lg-6 {
		width: 100%;
	}
	.banner-area-wrap-ladies {
    	display: block;
	}
	.banner-area-wrap-mens {
    	display: block;
	}
  .ladies-area {
    height: auto;
    padding-bottom: 20%;
  }
  .mens-area {
    height: auto;
    padding-bottom: 20%;
  }
}
@media (max-width: 499px){
  .ladies-area {
    height: auto;
    padding-bottom: 15%;
  }
  .mens-area {
    height: auto;
    padding-bottom: 15%;
  }
}

.infonews-section {
    margin-bottom: 80px;
}
.section-information {
    height: auto;
    padding: 30px;
    border: 1px solid #ccc;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 1px;
}
@media (max-width: 499px){
  .section-information {
    padding: 20px;
    font-size: 14px;
  }
}

.btn {
    position: relative;
    transition: .2s ease;
    cursor: pointer;
}

.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .5rem 1rem;
    font-size: 1rem;
    border-radius: .25rem;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.u-btn-outline-primary {
    font-weight: 600;
    color: #eeeeee;
    border-color: #eeeeee;
    border-radius: 50px;
    background-color: transparent;
	margin: 3.5% 0 2% 0;
}

.ml-2 {
    margin-left: .5rem!important;
}

@media (max-width: 768px) {     
	.ladies-area h2,
	.mens-area h2 {
		font-size: 14px;
		padding: 14% 0 0 0;
	}
	.ladies-area p,
	.mens-area p {
		font-size: 10px;
		padding: 4% 0;
	}
	.btn {
		padding: .3rem 1rem;
		font-size: 12px;
	}
} 





