imagewidth {  width: 70%;  height: auto;}.distance {  width: 15%;}.col2width{  padding-top: 10px;  width: 70%;}.logowidth{  padding-top: 10px;  padding-right: 10px;  width: 5%;}descriptionwidth {  padding-top: 10px;  width: 65%;}@media (max-width: 1200px) {  .distance {    width: 5% !important;  }  .col2width{    width: 90% !important;  }  .logowidth{    width: 10% !important;  }  descriptionwidth {    width: 80% !important;  }}@media (max-width: 600px) {  .distance {    width: 1% !important;  }  .col2width{    width: 98% !important;  }  .logowidth{    width: 20% !important;  }  descriptionwidth {    width: 78% !important;  }}