
/* Call Start */
.call {
  background-color: var(--light-blue);
  /* background: url(./assest/images/call.png) no-repeat center center/cover; */
  padding: 40px 0;
  position: relative;
  z-index: 1;
  color: #fff;
  align-items: center;
  text-align: center;
  /* opacity: 0.8; */
}

.call .container-call h1 {
  color: white;
  max-width: 530px;
  margin: auto;
  line-height: 1.5;
  font-weight: 800;
  font-size: 34px;
}

.call .container-call p {
  color: white;
  max-width: 600px;
  margin: auto;
  margin-top: 20px;
  line-height: 2;
  font-weight: 600;
  padding: 0 20px;
  font-size: 20px;
}

.call .container-call .btn-concat {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 20px;
}

.call .container-call .btn-concat .p {
  padding: 1px 50px;
  border: 1px solid white;
  border-radius: 5px;
  margin-left: 20px;
}



@media (max-width:374px){
  .call .container-call .btn-concat .p{
    padding: 0px 19px;
    margin: 10px;
    /* font-size: 10px; */
  }
}

.call .container-call .btn-concat .p:hover
 {
  color: var(--light-blue);
  background-color: #fff;
}



/* Call End */
