@media (max-width: 768px) {
    .breadcrumb-wrap {
        padding: 15px 36px;
    }
  section.collection-section .collection-content h3 {
    width: 80%;
}
   section.about-content .abt-cont {
    order: 2;
}
  section.about-content .abt-image{
  	order:1;
  }
  section.about-content .image-content {
    padding-left:0px; 
        margin: 0 0 50px 0;
}
  section.about-content {
    padding-top: 30px;
}
  .head-sec.text-center.mt-4 h3 {
    font-size: 44px;
}
  section.about-content img:hover {
    transform: scale(1.02);
}
  section.about-content img {
    height: 350px;
}
  
}

@media (max-width: 540px) {
  section.ready-form .form-head ul.social {
    justify-content: center;

}
    .breadcrumb-wrap {
        padding: 15px 24px;
    }
      section.about-content {
        padding-top: 15px;
    }
  section.collection-section .container {
    padding: 0;
}
  .head-sec.text-center.mt-4 h3 {
    font-size: 28px;
}
    section.about-content img {
    height: 300px;
}
  section.about-content .image-content {
        margin: 0 0 20px 0;
}
 section.ready-form .form-head ul.social a {
    width: 35px;
    height: 35px;
}
  section.ready-form h2 {
    font-size: 28px;
    text-align: center;
    margin-bottom: 10px;
}
    section.ready-form .form-head {
    display: block;
}
  section.ready-form button.main-btn {
    width: 150px;
    display: block;
    margin: auto;
}
  section.ready-form form .row {
    margin-top: 20px;
}
  section.about-content .container {
    padding: 0;
}
  section.wedding-package {
    padding: 0 24px;
}
  section.wedding-package .head-sec p {
    width: 100%;
}
}

@media (max-width: 360px) {
  
    section.ready-form .form-head ul.social {
    gap: 10px;
    overflow: scroll;
}
}
