
.footer .emergency-call {
  background-color: #ffc591;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 0;
}

.footer .emergency-call .service-title {
  display: flex;
  background-color: #91faff;
  width: 250px;
  padding: 40px 30px;
  border-radius: 0 70px 70px 0;
  box-shadow: 0px 0px 15px #00000021;
  margin-right: 20px;
}

.footer .emergency-call .service-title img {
  width: 60px;
  margin-right: 10px;
}

.footer .emergency-call .service-title span {
  font-size: 18px;
  font-weight: 400;
  color: #009630;
  line-height: 18px;
}
.footer .emergency-call .service-title h2, .footer .emergency-call .service-title .h2 {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 700;
  color: #009630;
  margin-bottom: 0;
}
.footer .emergency-call .list-call .call-action {
  text-align: center;
  margin-right: 10px;
}
.footer .emergency-call .list-call .call-action:last-child {
  margin-right: 0;
}
.footer .emergency-call .list-call .call-action h3, .footer .emergency-call .list-call .call-action .h3 {
  color: #000000;
  font-size: 14px;
}
.footer .emergency-call .list-call .call-action .btn {
  font-size: 16px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 10px;
}
.footer .emergency-call .list-call .call-action p {
  color: #EF5D75;
  font-weight: 500;
  margin-bottom: 0;
}
.footer .emergency-call .list-call .call-action p span {
  font-size: 18px;
  vertical-align: middle;
}


.footer .emergency-call .list-call .call-action .btn {
    min-width: 180px !important;
}
.footer .emergency-call .service-title{
    width:275px;
}
.footer .emergency-call .service-title span {
    font-size: 14px;
}
.footer .emergency-call .service-title h2, .footer .emergency-call .service-title .h2 {
    font-size: 21px;
}

    .footer .emergency-call .list-call .call-action .btn {
        min-width: 150px !important;
    }

    .footer .emergency-call {
        padding: 0;
        margin-left: -12px;
        margin-right: -12px;
        border-radius: 0;
    }

.footer .emergency-call .list-call {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-right: 30px;
}