.ias-footerBox {
  margin-top: 60px;
  overflow: hidden;
  width: 100%;
  color: #fff;
  background-image: url('../iasImg/footerBg.jpg');
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  bottom: 0;
  position: relative;
}

.ias-model-iasFooter {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-top: 50px;
}

.ias-model-iasFooter a {
  display: block;
  width: 30%;
  overflow: hidden;
  cursor: pointer;
}

.ias-footerBox-moddel-img {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.ias-footerBox-moddel-img img {
  width: 100%;
  object-fit: cover;
  transition: all .5s;
}

.ias-model-iasFooter a:hover .ias-footerBox-moddel-img img {
  transform: scale(1.2);
}

.ias-footerBox-moddel-desc {
  background-color: rgba(174, 128, 2, 0.9);
  padding: 10px;
  position: absolute;
  font-size: 20px;
  bottom: 0;
  width: 100%;
  color: #fff;
  text-align: center;
}

.ias-footerBox-desc {
  color: #fff;
  width: 100%;
  text-align: center;
  line-height: 2;
  padding: 60px 0 58px;
}

@media screen and (max-width:965px) {
  .ias-footerBox-moddel-desc {
    padding: 5px;
    font-size: 16px;
  }
}

@media screen and (max-width:965px) {
  .ias-footerBox-moddel-desc {
    padding: 5px;
    font-size: 16px;
  }

  .ias-footerBox-desc {
    padding: 52px 0 28px;
  }
}

@media screen and (max-width:767px) {
  .ias-footerBox-moddel-desc {
    background-color: rgba(174, 128, 2, 0.9);
    padding: unset;
    position: absolute;
    font-size: 16px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}