@media (max-width: 1280px) {
 #home {
  grid-template-columns: 1fr 400px;
 }
 .title p {
  margin: 15px 0 0 0;
 }
 .home-form{
  padding: 30px 40px;
 }
 .title h3 {
  font-size: 32px;
 }
 .contact-iso{
  margin-bottom: 20px;
 }
 .contact-iso img {
  width: 60px;
 }
 .slide-content h1{
  font-size: 38px;
 }
 .slide-content p{
  font-size: 18px;
 }
 .logo-home img{
  width: 120px;
 }
 .logo-home{
  top: 30px;
  left: 30px;
 }
}
@media (max-width: 991px) {
 .home-form {
  padding: 50px 20px;
 }
 #home-slider{
  height: 450px;
 }
 #home {
  grid-template-columns: 1fr;
  height: auto;
 }
}
@media (max-width: 570px) {
 #home-slider .flex-direction-nav > li{
  margin-right: 5px;
 }
 .slide-content h1:after {
  content: '';
  position: absolute;
  left: 45px;
  top: 0px;
  background-color: #ea4647;
  width: 15px;
  height: 15px;
  border-radius: 100%;
 }
 .slide-content h1 {
  font-size: 34px;
  display: inline-flex;
  padding: 0 30px;
 }
 .contact-iso img {
  width: 45px;
 }
 .home-form {
  padding: 30px 20px;
  }
 .logo-home{
  top: 20px;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
 }
 #home-slider .flex-direction-nav > li > a{
  width: 40px;
  height: 40px;
 }
 .flex-direction-nav{
  right: 25px;
  bottom: 25px;
 }
}