.banner-se .go-to-se-1{
background: none !important;
border: none !important;
cursor: pointer !important;
animation: float 2s infinite ease-in-out !important;
position: relative !important;
bottom: 0 !important;
}
.banner-se .btn-content{
    display: flex;
    align-items: flex-start;
    gap: 40px;
}
.contact-wrapper .img-wrapper{
  display: flex;
  align-items: center;
  gap:20px;
}
.contact-wrapper .img-wrapper .trust-company img{
  width: 164px !important;
}
.banner-se .btn-content .wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}
.banner-se p{
  color: #FFF;
  margin-top: 20px;
  margin-bottom: 30px;
}
.banner-se{
  height: 612px !important;
}
.contact-se .row{
  align-items: center;
}
.contact-se .photo-col img{
  width: 533px;
  max-width: 100%;
}
.contact-wrapper .box{
    background: #E6F3F7;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 25px;
    border-radius: 5px;
}
.contact-wrapper {
    display: flex;
    gap: 30px;
}
.social-title{
  font-weight: 600;
}
.contact-wrapper a{
  color: inherit;
}
.contact-se h2{
  margin-bottom: 60px;
}
.contact-se {
    margin-top: -80px;
    position: relative;
    padding-bottom: 80px;
}
@media(max-width:768px){
  .banner-se .btn-content {
    flex-direction: column;
}
.contact-wrapper{
  flex-direction: column;
}
.contact-se {
    margin-top: 40px;
    position: relative;
    padding-bottom: 40px;
}
.contact-se h2 {
    margin-bottom: 40px;
}
.contact-se .photo-col{
  margin-top: 30px;
}
.banner-se .go-to-se-1{
  position: absolute !important;
  bottom: 30px !important;
}
.banner-se .btn-content{
  align-items: center;
}
.banner-se .btn-content .wrapper{
  width: 100%;
}
}
