.head p {
    font-family: 'Crimson Pro', serif;
    font-size: 2rem;
    font-weight: 500;
    line-height: 2rem;
    text-align: center;
    text-transform: uppercase;
    margin: 1rem auto 5rem;
    color: #3a3a3a;
}

.heads {
    padding: 2rem;
}

.heads h1 {
    font-family: Magnita;
    font-size: 1.5rem;
}

.heads p {
    font-family: 'Crimson Pro', serif;
    text-align: center;
}

.person {
    margin-top: 185px;
}

.carts h3 {
    color: #9f9f9f;
    font-family: DM Sans,sans-serif;
    margin: 2rem 0 2rem;
}

.paras {
    margin-bottom: 100px;
}

.text p{
    font-family: 'Crimson Pro', serif;
    color: #3a3a3a;
    line-height: 1.5rem;
    text-align: justify;
   
} 

.texts p{
    font-family: 'Crimson Pro', serif;
    color: #3a3a3a;
    line-height: 1.5rem;
    margin-top: 16px;
    text-align: justify;
   
} 

.texts img {
    margin: 0px 16px 0px 0px !important;
}

.updated h1{
    font-family: magnita;
    margin: 3rem 0;
    text-align: center;
}

.paras {
    background-color: #f5f5f5;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2rem 0;

}


.para p {
    font-family: "Crimson Pro", serif;;
    font-weight: 500;
    max-width: 400px;
    text-align: center;
}

.types {
    text-align: center;
    font-family: Magnita;
    letter-spacing: 2px;
    padding: 14px 28px;
    color: #fff;
    border: none;

}

input[type=text] {
    border: none;
    width: 100%;
    box-sizing: border-box;
    
}

input[type=text]:focus {
    border: 1px solid black;
    width: 100%;
    box-sizing: border-box;
    box-shadow: none;
    
}

textarea {
    border: none !important; 
    box-shadow: none !important;
    
}

textarea:focus {
    border: 1px solid black !important;
}

::placeholder {
    font-size: 16px;
}

.updated h1 {
    /* margin-top: 80px; */
    font-size: 2.0rem;
}


.carts {
    display: none !important;
}

.cals {
    width: 90%;
}

.consite{
    width:70% !important;
}

.Button_btn__RBtNK {
    background-color: #000;
    border: none;
    color: #fff;
    cursor: pointer;
    font-family: Magnita;
    letter-spacing: 2px;
    margin: 10px 0;
    outline: none;
    padding: 14px 28px;
    text-transform: uppercase;
}


.solve {
    background-color: #000;
    border: none;
    color: #fff;
    cursor: pointer;
    font-family: Magnita;
    font-size: 12px;
    letter-spacing: 2px;
    margin: 10px 0;
    outline: none;
    padding: 10px 14px;
    text-transform: uppercase;

}


  .css-vubbuv {
    user-select: none;
    width: 1em;
    height: 1em;
    display: inline-block;
    fill: currentcolor;
    flex-shrink: 0;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  }

  .Footer_upArrow__tjp6e {
    transform: rotate(45deg);
  }
  
  .arrow {
      margin-left: 250px;
      margin-top: -17%;
  }

  .NewsCard_news__mdMEP {
      margin-bottom: 1.5%;
  }

  .NewsCard_title__n1pTe {
    color: #000;
    cursor: pointer;
    font-size: 1.2rem;
    margin: 0;
    text-decoration: none;
    text-transform: uppercase;
  }

  .NewsCard_content__NpWlT {
    cursor: pointer;
    margin: 1rem 0 0.4rem;

  }

  .NewsCard_content__NpWlT p {
    color: #3a3a3a;
    line-height: 1.5rem;
  }

  .NewsCard_tags__UFlgV {
      margin: 0;
 
  }

  .NewsCard_tag__UQQ8d {
    color: #4a4a4a;
    font-size: 12px;
    text-transform: uppercase;
  }

.NewsCard_date__3nw1L {
    color: #c4c4c4;
    font-style: italic;
    margin: 0;
}

.NewsCard_date__3nw1L p {
    line-height: 1.5rem;
}

.Media_container__HlNfx {
    overflow: hidden;
    position: relative;
    width: 100%;
}


/* media query */

@media screen and (min-width: 300px) and (max-width: 768px) { 
    
    .source {
        margin-top: 7% !important;
    }

    .sources {
        margin-top: 7% !important;
    }


    .text p {
        margin-top: 10% !important;
  
    }

    .texts p {
        margin-top: 10% !important;

    }

    .paras {
        width: 95% !important;
    }
    
    .cals {
        width: 95% !important;
    }
    .consite{
        width:100% !important;
    }
   
    .arrow{
        display: none;
    }

    .Media_container__HlNfx  iframe{
        width: 100% !important;
    }


}


@media screen and (max-width: 1040px) {
    .carts {
        display: block !important;
    }
}

.top-padding {
    margin-top: 8rem !important;
}

