.lftorverview h3 {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .2em;
    line-height: 18px;
    color: #898291;
}
.overviewlink a span span svg{
  width:7px;
}

.ovrviewmain {
  display: flex;
  justify-content: space-between;
}
.ovrviewmain.right .rightovrview {
    order: -1;
}
.lftorverview {
  flex: 0 0 47%;
}

.lftorverview h6 {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .2em;
    line-height: 18px;
        color: #898291;
}

.rightovrview {
  flex: 0 0 47%;
}

.mainright img{
  width: 570px;
  height: 356px;
  border-radius: 10px;
}

.mainright{
  position: relative;
}

.videobutton{
  position: absolute; 
  color:white;
  top:70%;
  left:40px;
  padding: 10px 30px 10px 10px;
  border-radius: 30px ;
  background: #FFFFFF40;
  display:flex;
  align-items: center;
  gap:10px;
      cursor: pointer;
  text-decoration:none;
  
}

.videobutton:hover{
color:white;
  text-decoration:none;
}
.arrow-btn-txt a {
    display: flex;
    align-items: center;
    gap: 20px;
    color: #352B43;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: .15rem;
    width: fit-content;
}
.arrow-btn-txt a:hover .arrow-icon {
    transform: scale(1.1);
}

.arrow-icon {
    transition: all .4s ease;
}


.arrow-btn-otr {
    padding-top: 20px;
}
@media only screen and (max-width:991px){
  
  .ovrviewmain{
  flex-wrap:wrap
  }
.lftorverview, .rightovrview {
    flex: 0 0 100%;
}
  
  .mainright img {
    width: 100%;
}
  .rightovrview {
   margin-top: 20px;
}
}

@media only screen and (max-width:400px){
  .videobutton {

    left: 16%;
  
    top: 50%;
}
  span.videobtn-logo svg {
    width: 30px;
  }
}
}
