h1{
    text-align: center;
}

.testimontial-block{
    display: flex;
    margin-bottom: 6rem;
}
.testimontial-block .img-container{
    width: 450px;
    height: 330px;
    background-color: pink;
    border-radius: 6px;
    overflow: hidden;
}

.testimontial-detail{
    width: calc(100% - 450px);
    padding: 30px 0 30px 30px;
}

.testimontial-detail-2{
    padding: 30px 30px 30px 0;
}

.testimontial-text{
    height: 60%;
    font-size: 20px;
}

.testimontial-info-container{
    display: flex;
    height: 40%;
    justify-content: space-between;
    align-items: center;
}

.line{
    height: 85px;
    width: 6px;
    background-color: #fea54d;
    border-radius: 5px;
    margin-right: 20px;
}

.testimontial-info{
    display: flex;
}

.col-12{
    width: 100%;
}

.icons i{
    font-size: 110px;
    color: #fea54d;
}

img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimontial-position{
    font-size: 20px;
    color: #fea54d;
    font-weight: 600;
}

.hero {
    width: 100%;
    height: 50vh;
    background-color: gray;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
   
}

.hero .overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
}

.hero .hero-content {
    width: 100%;
    height: 50vh;
    position: absolute;
    z-index: 99;
}

.hero .hero-content .content {
    margin-top: 150px;
    text-align: center;
    align-items: center;

}

.hero .hero-content .link {
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero .hero-content a {
    text-decoration: none;
    color: white;
}

.hero .hero-content .link u {
    background-color: transparent;
    color: #FEA53D;
}

.hero .hero-content a:hover {
    color: #FEA53D;
}

.hero .hero-content h1 {
    font-size: 50px;
    font-weight: 600;
    color: #FEA53D;

}

.hero .hero-content .content p {
    font-size: 25px;
    font-weight: 600;
    margin-top: -20px;
    /* margin-left: 30px; */
    color: #ddd;

}