.our_company_heading{
    font-size: 24px;
    font-weight: 900;
    margin-bottom: 25px;
}

.our_company{
    margin-top: 45px;
}

.our_company_heading2{
    font-size: 20px;
    font-weight: 600;
    
}


.our_company_paragraph{
    font-size: 19px;
font-weight: 400;

}


.gradient-button {
    padding: 10px 20px;
    border: none;
    background: #0f2443;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    outline: none;
    border-radius: 15px;
    margin-bottom: 15px;
    text-align: center;
    transition: opacity 0.3s ease;
    font-weight: 700;
  }


.our_company_section_two{
    margin-top: 20px;
}


#testimonials{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width:100%;
    margin-top: 50px;
}
.testimonial-heading{
    letter-spacing: 1px;
    margin: 30px 0px;
    padding: 10px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
 
.testimonial-heading span{
    font-size: 1.3rem;
    color: #252525;
    margin-bottom: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.testimonial-box-container{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width:100%;
}
.testimonial-box{
    width:500px;
    box-shadow: 2px 2px 30px rgba(0,0,0,0.1);
    background-color: #ffffff;
    padding: 20px;
    margin: 15px;
    cursor: pointer;
}
.profile-img{
    width:50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
}
.profile-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.profile{
    display: flex;
    align-items: center;
}
.name-user{
    display: flex;
    flex-direction: column;
}
.name-user strong{
    color: #3d3d3d;
    font-size: 1.1rem;
    letter-spacing: 0.5px;
}
.name-user span{
    color: #979797;
    font-size: 0.8rem;
}
.reviews{
    color: #f9d71c;
}
.box-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.client-comment p {
    font-size: 18px;
    color: #4b4b4b;
    letter-spacing: 0px;
}
.testimonial-box:hover{
    transform: translateY(-10px);
    transition: all ease 0.3s;
}

.comment_heading{
    font-size: 24px;
    font-weight: 600;
}

.comment_heading2{
    font-size: 20px;
    font-weight: 400;
}

