.service-options {
    background-color: white;
    height: 50rem;
    padding: 7.9rem;
    position: relative;
}

.who-we-are {
    height: 50rem;
}

.centered{
    text-align: center;
}

.container {
    border-radius: 30px;
    background-color: #0000000d;
    padding: 60px;
    width: 35%;
    margin: auto;
    margin-top: 4rem;
}

input[type=text], select, textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
    border-left: none;
    border-top: none;
    border-right: none;
    background: none;
    padding-left: 0px;
    outline: none;
}
  
input[type=submit] {
    background-color: #F35B04;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    width: 15rem;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    color: #fff;
}
  
  input[type=submit]:hover {
    background-color: black;
  }

  @media (min-width: 950px) and (max-width: 1180px){
  .contact-details {
      width: 25rem;
      height: 8rem;
      float: left;
  }
}
@media screen and (max-width:949px){ 
.content-box1 {
    padding-left: 2rem;
    padding-right: 2rem;
    height: 10rem;
    padding-top: 2rem;
  }
  
  .contact-details {
    width: 100%;
    height: 8rem;
    float: left;
  }
  
  .socials {
    width: 100%;
    height: fit-content;
    float: left;
  }
  
  .content-box2 {
    width: 100%;
    color: white;
    float: left;
    margin-top: 3rem;
  }
  
  .col-45 {
    width: 45%;
      margin-top: 51px;
      margin-bottom: 0px;
  }
}


@media screen and  (max-width: 843px) {
    .service-options {
        background-color: white;
        height: 50rem;
        padding: 0rem;
        position: relative;
    }

    .container {
        border-radius: 30px;
        background-color: #f2f2f2;
        padding: 60px;
        width: 60%;
        margin: auto;
        margin-top: 4rem;
    }

}

@media screen and (max-width: 479px) {
    .container {
        border-radius: 30px;
        background-color: #f2f2f2;
        padding: 60px;
        width: 60%;
        margin: auto;
        margin-top: 4rem;
    }

    .service-options {
        height: 50rem;
        padding: 8px;
    }
    .content-box1 {
        padding-left: 3px;
        padding-right: 3px;
        height: 10rem;
        padding-top: 2rem;
      }
      .contact-details {
        width: 100%;
        height: fit-content;
        float: left;
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column;
      }
      
      .content-box1 {
        display: inherit;
        height: 10rem;
        padding-top: 2rem;
        padding-left: 0rem;
      }
      .divider1 {
        width: 100%;
        height: 100%;
        display: inline-flex;
      }
      
      .divider2 {
        width: 100%;
        height: 100%;
        float: right;
        display: inline-flex;
      }
      
      .mini-box {
        width: 100%;
        height: 100%;
        display: inline-flex;
        justify-content: center;
      }
      
      .socials {
        width: 100%;
        height: 8rem;
        float: left;
        margin-top: 2rem;
      }
}

@media screen and (max-width: 949px){
  .logo-blk {
      height: 2rem;
      width: 27%;
      padding-top: 7px;
      padding-left: 14px;
  }
  .logo {
    width: 47%;
    height: 100%;
    background-image: url(../Images/Logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
}