/*banner*/
.main-slider-three .swiper-slide {
	background-color: unset;
}

.main-slider-three .swiper-slide .main-slider-three-color{
	background: linear-gradient(180deg, rgba(101, 70, 150, 0.969625350140056) 7%, rgba(101, 70, 150, 0) 100%);
}

/*message*/
.section-message{
	padding-top: 90px;
	padding-bottom: 90px;
}

.section-message .section-title__title{
	color: #584991;
}

.section-message .passage-wrapper .about-three__text-1{
	font-size: 20px;
    line-height: 36px;
    padding-bottom: 41px;
    color: var(--oxpins-black);
}

.section-message .signature-wrapper .about-three__text-1 {
    font-weight: 900;
	font-size: 20px;
    line-height: 36px;
    padding-bottom: 20px;
    color: var(--oxpins-black);
}

.section-message .signature-wrapper .signature{
	font-size: 40px;
    line-height: 20px;
    padding-bottom: 20px;
    font-family: var(--oxpins-font-three);
    color: var(--oxpins-black);
}

/*become-volunteer*/
.become-volunteer{
	background-color: #5d4994;
}

.become-volunteer .become-volunteer__left .section-title__tagline {
	font-family: none;
	color: #d96988;
}

.become-volunteer .become-volunteer__left .section-title__title{
	letter-spacing: 0;
}

.become-volunteer .become-volunteer__right a{
	color: #FFF;
	background-color: #d93879;
}

.become-volunteer .become-volunteer__right a:hover{
	color: #d93879;
	background-color: #FFF;
}

.become-volunteer .become-volunteer__right a:before{
	content: none;
}

/*Brands*/
.brand-one{
	background-color: #eee;
}

.brand-one .section-title__title{
	color: #584991;
}

.brand-one .swiper-slide img{
	opacity: 1;
}

