.about_bottom_text {
    color: #50414a;
    font-size: 22px;
    text-transform: math-auto;
    /* font-family: var(--secondary--font); */
    font-family: var(--secondary-font);
    font-weight: 700;
}

section.about_sec .bottom_content img {
    width: 185px;
    height: 45px;
}

section.about_sec h2 {
    /* text-transform: uppercase !important; */
    font-size: 38px;
}

.about-img {
    /* width: 90%; */
    /* float: right; */
    /* margin-left: 24px; */
}

.about-img img {
    width: 100%;
    height: 680px;
    object-fit: cover;
}

.about_content {
    /* min-height: 550px; */
}

section.about_sec .about-img img {
    /* margin-left: 10%; */
    height: 400px;
    width: 100%;
    object-fit: cover;
    /* border-radius: 5px 5px 50% 5px; */
}
section.about_sec .about-img img.img2 {
    height: 250px;
    width: 100%;
    object-fit: cover;
    border-radius: 50% 5px 5px 5px;
    margin-top: 5px;
}

/* New Css Start  */

section.about-sauna .about-bg {
    background: #bfa498;
    border-radius: 0 10px 10px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
section.about-sauna .about-main-img img {
    width: 100%;
    height: 100%;
    border-radius: 10px 0 0 10px;
    object-fit: cover;
}

section.about-sauna .ant-about-local h2,.ant-about-local p {
    color: white;
}

section.about-sauna .ant-about-bg {
    background: #664750;    
    border-radius: 10px 0 0 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

section.about-sauna .ant-about-main-img img {
    width: 100%;
    height: 100%;
    border-radius:0 10px 10px 0;
    object-fit: cover;
}

section.about-sauna .about-signature img {
    width: 30%;
    margin-top: 20px;
}

section.about-sauna .about-signature h4 {
    color: #664750;
}

section.about-sauna .about-signature h4.ant-about-heading {
    color: #fff;
}

section.tradition-craftsman {
    padding: 0;
}

section.tradition-craftsman .craftsman{
    width: 90%;
    margin: auto;
    text-align: center;
}


/* Mission section  */

section#mission {
    background-image: url("../../front/images/yuri-sauna-31.jpg");
    background-size: cover;
    background-position: center center;
    text-align: center;
    box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.67);
}

section#mission .mission-content h2 {
    color: var(--white-color);
    font-size: var(--f30);
    width: 50%;
    margin: auto auto var(--m40) auto ;
}

section#mission .mission-content a.mission-btn {
    font-weight: 400;
    font-size: var(--f15);
    color: var(--white-color);
    background-color: var(--btn-color);
    border: 1px solid var(--btn-color);
    box-shadow: inset 0 0 0 0 #F6F6F9;
    padding: var(--p12) var(--p30);
    -webkit-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    text-decoration: none;
    text-transform: uppercase;
}

section#mission .mission-content a.mission-btn:hover {
    color: var(--white-color);
    background-color: var(--btn-hover);
    border-color: var(--btn-hover);
    box-shadow: inset 0 65px 0 0 var(--btn-hover);
    -webkit-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

/* Instagram Gallery section start  */

section.work_sec {
    padding: var(--p40) var(--p12) var(--p50);
    text-align: center;
}

section.work_sec.gallery h2 {
    font-size: var(--f42);
    font-style: italic;
}

section.work_sec.gallery p {
    padding: 0 0 var(--p20) 0;
}

section.work_sec .owl-carousel.owl-theme.work-owl .items img {
    border-radius: 10px;
    height: 30vh;
    object-fit: cover;
}

section.work_sec .containers {
    width: 95%;
    margin: auto;
}

section.abt-info{
    padding-top:0;
    padding-bottom:0;
    text-align:center;
}

section.abt-owner {
    /* background-color: var(--lt-bg-color); */
    /* padding-top: 60px; */
    /* padding-top: 0; */
}
section.abt-owner img{
        height: 450px;
        width: 100%;
        object-fit: cover;
        /* border-radius: 50% 5px 5px 5px; */
}
section.abt-owner p.founder {
    font-size: 25px;
    color: var(--territiary-color);
    font-family: var(--heading-font);
    margin-bottom: 10px;
}
section.abt-owner .owner-name span{
    font-weight: 500;
    color: var(--primary-color);
    font-style: italic;
}
section.abt-owner .thank{
    width: 100%;
    transform: rotate(-16deg);
    margin-bottom: -30px;
}
