.line {
    width: 100px;
    height: 3px;
    background: var(--secondary-color);
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
}
.about_wrapper .line {
    margin-left: 0px;
    margin-bottom: 20px;
}
.about_wrapper h3 {
    letter-spacing: 0.3rem;
    margin-bottom: 20px;
    font-size: 34px;
    font-weight: 600;
}
section.about_wrapper .about-img-0 {
    display: block;
    background-image: url(../images/about-bg.png);
    background-repeat: no-repeat;
    position: relative;
    background-position: top -13% right 0%;
    margin-bottom: 0 !important;
    padding: 0;
    width: 50%;
    float: left;
    z-index: 2;
    margin-right: 30px;
}
.about-img2 img {
    width: 100%;
    height: auto;
    aspect-ratio: inherit;
    object-fit: cover;
    position: relative;
    object-position: center;
}

.about_wrapper h2 {
    margin-bottom: 15px;
    letter-spacing: 0rem;
    text-transform: uppercase;
    line-height: 1.4;
    font-weight: 700;
    font-size: 2.25rem;
    color: var(--secondary-color);
    font-family: var(--heading-font);
}
.about-pd-r {
    padding-left: 0;
}

h6 {
    font-size: 15px;
    font-family: var(--other-font);
    font-weight: 400;
    color: var(--secondary-color);
    text-transform: uppercase;
    position: relative;
    letter-spacing: 6px;
    margin-bottom: 5px;
    line-height: 1.75;
}
h2{
 margin-bottom:20px; 
}
section.abt-sec .reservations {
    display: flex;
    align-items: center;
}
section.abt-sec .reservations .icon {
    position: relative;
    top: 0;
}
section.abt-sec .reservations .icon img{
 width:40px; 
}
section.abt-sec .reservations .text {
    padding-left: 10px;
}
section.abt-sec .reservations .text p{
 margin-bottom:0; 
}
section.abt-sec .reservations .text a{
  color:var(--btn-color);
  letter-spacing: -1px;
  font-size: 24px;
}
section.abt-sec .abt-sec-img img{
  width:100%;
  height: 420px;
  object-fit:cover;
}
section.abt-sec .abt-img.first-img {
    padding: 180px 0 0px;
}
.abt-sec-cont{
    width:40%;
}
.abt-sec-img{
    width:30%;
}
section.abt-info {
    /* background: var(--lt-bg-color); */
    text-align: center;
}
section.abt-sec.abt-rev {
    background: var(--lt-bg-color);
}