/* REPLACE DESK*/
.modal-body{
    gap: 0;
}
.modal-body svg{
    margin: 0 0 32px;
}
.who_work_sec p input::-webkit-input-placeholder,
.who_work_sec p textarea::-webkit-input-placeholder {
    color: #000;
  }
.who_work_sec p input::-moz-placeholder,
.who_work_sec p textarea::-moz-placeholder {
    color: #000;
}
.who_work_sec p input:-ms-input-placeholder,
.who_work_sec p textarea:-ms-input-placeholder{
    color: #000;
}
.who_work_sec p input:-moz-placeholder,
.who_work_sec p textarea:-moz-placeholder {
    color: #000;
}

/* NEW CSS */
@media (max-width: 699px){
    .modal-content{
        padding: 30px;
        border-radius: 30px;
    }
    .modal-body svg {
        width: 60px;
        height: auto;
        margin: 0 0 20px;
    }
    .modal-body h4{
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 20px;
    }
    .modal-footer .btn{
        padding: 17px 32px;
    }
}

@media (max-width: 575px){
    .who_work_sec >div,
    .who_work_sec p span{
        width: 100%;
    }
    .who_work_sec >div{
        padding: 0;
    }
    .who_work_sec >div:not(:last-child){
        padding: 0 0 16px;
    }
    .who_work_sec >div:last-child p {
        gap: 0;
    }
    .who_work_sec div:last-child:last-child p input {
        width: 100%;
        font-size: 16px;
        line-height: 24px;
        padding: 12px 0;
    }
    .who_work_sec div:last-child:last-child p .clear_btn {
        margin: 12px 0 0;
    }
    .contact-section .section-title p:last-child {
        margin: 0;
    }
    .contact-section .section-title p.mb-1 {
        margin: 0 0 14px !important;
    }
    .contact-section .section-title {
        max-width: 350px;
        margin: 0 auto 24px;
        width: 100%;
    }
    .brand-partner-section .section-title h2{
        text-transform: capitalize;
    }
    .section-title h2{
        max-width: 88%;
    }
    .discover-bottom{
        padding: 0 23px;
    }
    .discover-bottom-2 p{
        font-size: 14px;
    }
    .video-section .section-title h4{
        letter-spacing: 0.5px;
        text-align: left;
    }
}
