.about {
    padding: 75px 0;
}

.about .wp {
    display: flex;
    justify-content: space-between;
  
}

.about .wp>div {
    width: 47.5%;
}

.about .right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 20px;
}

.about .right h3 {
    margin-bottom: 30px;
    line-height: 1.5;
    font-size: 46px;
    font-weight: bold;
    color: #000;
}

.about .right img {
    object-fit: cover;
}

.flow {
    padding: 100px 0;
}

.flow .wp {
    
}

.flow ul {
    position: relative;
    display: flex;
    border-bottom: 2px solid #333;
}

.flow ul::before {
    content: "";
    position: absolute;
    bottom: -6px;
    left: -10px;
    width: 10px;
    height: 10px;
    border: 1px solid #333;
    border-radius: 50%;
}

.flow ul::after {
    content: "";
    position: absolute;
    bottom: -6px;
    right: -10px;
    width: 10px;
    height: 10px;
    border: 1px solid #333;
    border-radius: 50%;
}

.flow ul li {
    width: 20%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}

.flow ul li .txt {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0 20px;
    width: 210px;
    height: 210px;
    border-radius: 50%;
    border: 1px solid #d6d6d6;
    background-image: radial-gradient(#f2f2f2, #f8f8f8);
    color: #000;
    overflow: hidden;
}

.flow ul li .txt img {
    width: 60px;
    height: 60px;
}

.flow ul li .txt p {
    flex: 1;
    display: flex;
    align-items: center;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

.flow ul li .txt .step {
    position: relative;
    padding: 10px 0;
    font-size: 30px;
    color: #fff;
}

.flow ul li .txt .step::after {
    content: attr(step);
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    padding-top: 5px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: #EE892F;
    transform: translateX(-48%);
    text-align: center;
    z-index: 1;
}

.flow ul li em {
    width: 2px;
    height: 100px;
    background: #666;
}

.flow ul li span {
    width: 20px;
    height: 20px;
    line-height: 20px;
    border: 1px solid #333;
    border-radius: 50%;
    background: #fff;
    font-size: 18px;
    text-align: center;
}

.process {
    padding: 75px 0;
}

.process .wp {
    display: flex;
}

.process .wp .txt {
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.process .wp .txt p {
    height: max-content;
    font-size: 40px;
    font-weight: bold;
    color: #000;
    transform: translate(-50%, 50%) rotate(-90deg)
}

.process .wp .content {
    flex: 1;
}

.process .wp .content ul {
    display: flex;
    justify-content: space-between;
}

.process .wp .content ul li {
    margin-right: 50px;
    width: calc(33.33% - 50px);
    border:3px solid #F2941B;
}

.process .wp .content ul li:last-child {
    margin-right: 0
}

.process .wp .content ul li img {
    width: 100%;
    max-height: 448px;
    object-fit: cover;
}

.process .wp .content ul li p {
    padding: 20px 0;
    font-size: 20px;
    color: #000;
    text-align: center;
}

.process .wp .content>p {
    float: right;
    margin-top: 50px;
    line-height: 2;
    font-size: 40px;
    color: #000;
    text-align: center;
}

.custom-content{
    padding:75px 0;
}

.custom-content .wp{
    position:relative;
}

.custom-content img{
    width:100%;
    height:100%;
}

.custom-content .overlay{
  position: absolute;
  top:0;
  left: 0;
  width: 11%;
  height: 25%;
  background-color: rgba(255, 0, 0, 0.3);
}

.beauty {
    padding: 75px 0;
    background: #F5F5F5;
}

.beauty h3 {
    font-size: 40px;
    color: #000;
}

.beauty p {
    margin: 40px 0;
    line-height: 1.5;
    font-size: 20px;
    color: #000;
}

.beauty .swiper-wrapper{
    transition-timing-function:linear !important;
}

.beauty .swiper-slide img {
    width: 100%;
}

.beauty hr {
    margin: 50px 0;
    height: 4px;
    background: #000;
}

.beauty a {
    float: right;
    padding: 10px 20px;
    border:1px solid transparent;
    background: #EE892F;
    font-size: 20px;
}
.beauty a button{
    background:none;
    color: #fff;
}

.beauty a:hover{
    border:1px solid #EE892F;
    background:none;
}

.beauty a:hover button{
    color:#000;
}

.options{
    padding:75px 0;
    background: #F5F5F5;
}

.options h3 {
    font-size: 40px;
    color: #000;
}

.options p {
    margin: 40px 0;
    line-height: 1.5;
    font-size: 20px;
    color: #000;
}

.options ul{
    display:flex;
    justify-content:space-between;
}

.options ul li{
    margin-right:20px;
    width:calc(33.33% -20px)
}

.options ul li:last-child{
    margin-right:0;
}

.options hr {
    margin: 50px 0;
    height: 4px;
    background: #000;
}

.options a {
    float: right;
    padding: 10px 20px;
    border:1px solid transparent;
    background: #EE892F;
    font-size: 20px;
}
.options a button{
    background:none;
    color: #fff;
}

.options a:hover{
    border:1px solid #EE892F;
    background:none;
}

.options a:hover button{
    color:#000;
}
@media screen and (max-width:1441px) {

    .about h3 {
        font-size: 48px;
    }
}

@media screen and (max-width:1367px) {

    .about h3 {
        font-size: 44px;
    }

    .about {
        padding: 60px 0 0;
    }
}

@media screen and (max-width:1281px) {

    .about h3 {
        font-size: 40px;
    }
}

@media screen and (max-width:1171px) {

    .about h3 {
        font-size: 36px;
    }
}

@media screen and (max-width:992px) {

    .about h3 {
        font-size: 32px;
    }
}

@media screen and (max-width:768px) {
    .about h3 {
        font-size: 28px;
    }

    .about {
        padding: 30px 0 0;
    }
}

@media screen and (max-width:600px) {

    .about h3 {
        font-size: 26px;
    }
}

@media screen and (max-width:480px) {

    .about h3 {
        font-size: 24px;
    }
}




@media screen and (max-width: 500px) {

    .about h3 {
        font-size: 24px;
    }
}



 @media only screen and (max-width:768px) {
.about .wp {
    flex-direction: column;
}
.about .wp>div {
    width: 100%;
}
.about {
    padding-bottom: 30px;
}
.about .right h3 {
    margin-bottom: 20px;
    font-size: 26px;
}
  }



 @media only screen and (max-width:768px) {
.flow ul {
    flex-wrap: wrap;
}
.flow ul li {
    width: 50%;
    padding: 0 10px;
    justify-content: initial;
}
.flow ul li em {
    display: none;
}
.flow ul li span {
    display: none;
}
   
   .flow ul::before {
    display: none;
}
.flow ul {
    border-bottom: initial;
}
   
  }


 @media only screen and (max-width:500px) {
.flow ul li .txt p {
    font-size: 12px;
}
.flow ul li .txt {
    width: 150px;
    height: 150px;

}
.flow {
    padding: 30px 0;
}
  }



 @media only screen and (max-width:1200px) {
.process .wp {
    flex-direction: column;
}
.process .wp .txt {
    justify-content: flex-start;
    align-items: center;
	    width: 100%;
		margin-bottom: 10px;
}
.process .wp .content>p {
    margin-top: 20px;
    line-height: 1.2;
    text-align: left;
    float: initial;
}
.process .wp .txt p {
    transform: initial;
}
   
   .process .wp .content ul li {
    margin-right: 0;
    width: 33%;
}
  }



 @media only screen and (max-width:500px) {
.process .wp .txt p {
    font-size: 24px;
}
.process .wp .content>p {
    font-size: 20px;
}
.process {
    padding: 30px 0;
}
.beauty h3 {
    font-size: 26px;
}
.beauty p {
    margin: 10px 0;
    font-size: 16px;
}
.beauty {
    padding: 30px 0;
}
.options h3 {
    font-size: 26px;
}
.options p {
    margin: 10px 0;
    font-size: 16px;
}
  }


@media screen and (max-width: 600px){
.custom-content {
    padding: 30px 0;
}
}
