div#section-protegee {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
div#section-protegee .item {
    width: 413px;
    position: relative;
    padding: 30px 0;
}
div#section-protegee .content-img {
    height: 225px;
    position: relative;
    
}
div#section-protegee .content-img::after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 1);
    transition-duration: .5s;
    opacity: 0;
}
div#section-protegee .item:hover .content-img::after {
    opacity: 0.5;
}
.hustle_module_id_2 .hustle-button-icon.hustle-button-close {
  display: none !important;
}
div#section-protegee .content-phone {
  position: absolute;
  top: 35%;
  left: 50%;
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
  transform: translateX(-50%);
  gap:20px;
}
div#section-protegee .content-phone a img {
  width: 16px;
  height: 16px;
}
div#section-protegee .content-phone a{
    background-color: #A92D33;
    padding: 3px;
    width: 35px;
    height: 34px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    cursor: pointer;
}
div#section-protegee .item .content-phone a:hover {
    background-color: black;
}
div#section-protegee .item:hover .content-phone{
    display: flex;
}
div#section-protegee .content-desc h3 {
  font-family: 'Prata',Georgia,"Times New Roman",serif;
  font-size: 16px;
  font-weight: 700;
  padding: 10px;
}
div#section-protegee .content-desc p {
  color: black;
  font-size: 14px;
  padding: 0 10px !important;
  line-height: 23px;
}

.img-modal {
    display: none;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    text-align: center;
}

.img-modal-content {
    max-width: 90%;
    max-height: 85%;
    margin-top: 4%;
    animation: zoom 0.3s ease;
}

@keyframes zoom {
    from {transform: scale(0.6);}
    to {transform: scale(1);}
}

.img-modal-close {
    position: absolute;
    top: 20px;
    right: 40px;
    color: #fff;
    font-size: 40px;
    cursor: pointer;
}

.img-modal-prev,
.img-modal-next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    color: #fff;
    font-weight: bold;
    font-size: 40px;
    user-select: none;
    transform: translateY(-50%);
    transition: 0.3s;
}

.img-modal-prev:hover,
.img-modal-next:hover { color: #ddd; }

.img-modal-prev { left: 10px; }
.img-modal-next { right: 10px; }

.img-modal-caption {
    color: #fff;
    max-width: 80%;
    margin: 10px auto;
    text-align: center;
}
.content-zoom {
  transform: rotateY(180deg);
}
#wpcf7-f3123-o1 .form-group {
  display: flex;
  gap: 20px;
  padding: 10px;
}
#wpcf7-f3123-o1 .form-group label{
    font-family: 'Prata',Georgia,"Times New Roman",serif;
    font-size: 16px;
    font-weight: bold !important;
    color: #777771;
}
#wpcf7-f3123-o1 .form-group p {
  width: 100%;
}
#wpcf7-f3123-o1 .wpcf7-form-control.wpcf7-textarea {
  width: 100%;
}
#wpcf7-f3123-o1 .form-group .form-field .wpcf7-form-control {
  width: 100%;
  height: 44px;
}
#wpcf7-f3123-o1 .wpcf7-submit {
  width: 100px;
  height: 40px;
  border: none;
  background-color: #a92d33;
  color:#ffffff;
  cursor: pointer;
}
#wpcf7-f3123-o1 .form-submit {
  width: 100%;
  padding: 20px 10px;
  float: none;
}
#wpcf7-f3123-o1 .wpcf7-response-output {
  margin: 5px 10px !important;
  color: #777771;
}
@media(min-width:980px){
    div#section-protegee .item{
        width: 32%;
    }
}
@media(max-width:768px){
    #wpcf7-f3123-o1 .form-group {
        flex-direction: column;
    }
}