/* Thoughts Section */
.thoughts-section{
    padding: 123px 0 0 0;
}
.thoughts-title{
    text-align: center;
    margin: 0 0 53px 0;
}
.thoughts-parent{
    padding: 50px 0;
    background-color: rgba(221, 212, 209, 0.1);
}
.thoughts-wrapper{
    padding: 0 94px;
    position: relative;
}
.thoughts-block{
    display: flex;
    flex-wrap: wrap;
}
.thoughts-block-img{
    height: 328px;
    object-fit: contain;
    width: 262px;
}
.thoughts-block-text{
    width: calc(100% - 262px);
    padding: 0 30px 0 0;
}
.thoughts-block-text ul{
    display: flex;
    margin: 0 0 23px 0;
    padding: 0;
    list-style: none;
}
.thoughts-block-text ul li{
    margin: 0 4.6px 0 0 ;
}
.thoughts-block-text p,
.thoughts-block-text h5{
    margin: 0 0 0 0;
    color: #014D55;
    font-size: 21px;
    line-height: 32px;
    font-weight: 300;
}
.thoughts-block-text h5{
    font-size: 15px;
    font-family: 'DIN Next LT Pro';
    margin-bottom: 20px;
    font-weight: normal;
}
.thoughts-block-text .btn-primary{
    font-size: 17px;
    line-height: 20px;
    font-weight: normal;
    border-radius: 5.67px;
    padding: 14px 0 11px 0;
    min-width: 167px;
    background: linear-gradient(90deg,rgba(1, 77, 85, 1) 0%, rgba(37, 99, 104, 1) 50%, rgba(1, 77, 85, 1) 100%);
}
.thoughts-block-text .btn-primary:hover{
    border-color: rgba(37, 99, 104, 1);
    background: linear-gradient(90deg,rgba(37, 99, 104, 1) 0%, rgba(1, 77, 85, 1) 50%, rgba(1, 77, 85, 1) 100%);
}
.thoughts-button-prev,
.thoughts-button-next{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 43px;
    z-index: 1;
}
.thoughts-button-next{
    left: auto;
    right: 0;
}



/* Responsive */
@media screen and (max-width: 1550px) {

    /* Thoughts Section  */
    .thoughts-wrapper{
        padding: 0 45px;
    }
    .thoughts-block-text{
        padding: 0;
    }

}
@media screen and (max-width: 1299px) {

    /* Thoughts Section  */
    .thoughts-section{
        padding-top: 70px;
    }
    .thoughts-block-img{
        width: 210px;
        height: 240px;
    }
    .thoughts-block-text{
        width: calc(100% - 210px);
    }
    .thoughts-block-text p, .thoughts-block-text h5{
        font-size: 18px;
        line-height: 25px;
    }
}

@media screen and (max-width: 1199px) {

    .thoughts-block-img{
        width: 170px;
    }
    .thoughts-block-text{
        width: calc(100% - 170px);
    }
}


@media screen and (max-width: 991px) {

    .thoughts-section{
        padding-top: 50px;
    }
    .thoughts-wrapper{
        padding: 0 60px;
    }
    .thoughts-title{
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 767px) {

    .thoughts-wrapper{
        padding: 0 40px;
    }
    .thoughts-button-prev, .thoughts-button-next{
        width: 30px;
    }
    .thoughts-block-img{
        margin: 0 auto;
        height: 180px;
    }
    .thoughts-block{
        flex-direction: column;
    }
    .thoughts-block-text{
        width: 100%;
        padding: 0;
    }
    .thoughts-block-text ul{
        justify-content: center;
    }
}
@media (min-width:576px) and (max-width:767px) {}