*{
    font-family: 'Montserrat', sans-serif;
    margin: 0;
}
.button{

    border-radius: 100px;
    color: white;
    background-image: linear-gradient(to right, #67009a, #244cbe);
    padding: 15px 200px 15px 200px;
    text-decoration: none;
    border: none;
}
@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    [class*="page-img"] {
      width: 100%;
    }
    [class*="hidden"] {
        display: none;
      }
      [class*="font"] {
        display: none;
      }
  }
  @media only screen and (min-width: 768px) {
    /* For mobile phones: */
    [class*="page-img"] {
      width: 100%;
    }
  }
.p-3{
    margin-bottom: 20px;
}
.logo{
    height: 69.5px;
    width: 250px;
    

}
.landing-page{
    padding-top: 20px;
    padding-bottom: 100px;
}
.logo img{
    padding:  0;
}
.row-logo{
    width: 272px;
    margin: 20px 0 100px 0;
    margin-bottom: 100px;
}
.landing-page h1{
    margin-bottom: 50px;
    font-weight: 700;
    background-color: #67009a;
    background-image: linear-gradient(to right, #67009a, #244cbe);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent; 
    font-size: 38px;
    -moz-text-fill-color: transparent;
    line-height: 1.3em;
}
.landing-page h2{
    color: rgb(184,184,184);
    font-weight: 700;
    font-size: 23px;
    text-align: left;
}

.proof-container{
    background-image: linear-gradient(to right, #67009a, #244cbe);
    color: white;
    padding-top: 70px;
    padding-bottom: 70px;
}
.proof-col{
    padding: 50px 40px;
    background-color: white;
    border-radius: 50px;
    background: #ffffff;
    box-shadow: 20px 20px 60px #341b9a, -20px -20px 60px #a594ff!important;


    color: black;
    margin: 0px 50px 0 0 ;
}
.proof-row{
    padding-top: 20px;
}
.proof-heading{
    padding-bottom: 20px;
}
.proof-col h1{
    font-weight: 700;
    font-size: 46px;
}
.proof-col h2{
    font-weight: 700;
    font-size: 20px;
    margin-top: 15px;
}
.approach{
    background-color: white;
    
}
.approach h1{
    font-weight: bold;
    background: -webkit-linear-gradient(right, #244cbe, #67009a)!important;
    -webkit-background-clip: text!important;
    -webkit-text-fill-color: transparent!important;
    font-size: 62px;
    text-align: center;
}
.approach h2{
    color: rgb(45,45,45);
    font-style: italic;
    font-size: 20px;
}
.approach p{
    color: rgb(45,45,45);
}
.about-us{
    background-image: linear-gradient(to right, #67009a, #244cbe);
}
.call{
    background-color: white;
}

.proof container{
    padding-top: 70px;
    padding-bottom: 70px;
}
button.btn{
    --bs-btn-colour:white;
}
.proof-heading h2{
    font-weight: 700;
    font-size: 36px;
}
.proof-heading h1{
    font-size: 85px;
    font-weight: 700;
}
.proof-call-mg{
    margin-right: 0;
}
.about-us{
    color: white;
}
.about-us h2{
    font-size: 22px;
    font-weight: 700;
}
.about-us h3{
    font-size: 18px;
}
.about-us p{
    text-align: left;
    font-size: 18px;
}
.about-us h1{
    font-size: 44px;
    text-align: left;
    line-height: 1em;
    font-weight: 700;
}
.about-us{
    padding-top: 35px;
    padding-bottom: 15px;
}
.about-us img{
    border-radius: 200px;
    border: 3px white solid;
    width:300px;
    height: 296.91px;
}
.call img{
    width: 170px;
    height: 168.27px;
    border-radius: 200px;
    border: black solid 3px; 
}
ul{
    list-style: none;
    
}

.col_right h2{
    margin-top: 10px;
    font-weight: 700;
    color: rgb(71,71,71);
    font-size: 20px;
}
.col_right h1{
    font-weight: bold;
    background: -webkit-linear-gradient(right, #244cbe, #67009a)!important;
    -webkit-background-clip: text!important;
    -webkit-text-fill-color: transparent!important;
  
    font-size: 38px;

}
.call {
    padding-top: 20px;
    padding-bottom: 20px;
}
.approach p{
    text-align: left;
    margin-top: 20px;
}