.features-one__single {
    flex-flow: column;
    padding: 35px 25px 26px;
}

.features-one__single-text {
    text-align: center;
    padding-left: 0;
}

.features-one__single-text p {
    font-size: 16px;
}

.news-details, .contact-details-one, .features-one, .blog-one--blog {
    padding: 60px 0 60px;
}

.courses-one__single-content {
    padding: 15px 20px;
}

.courses-one__single-content-title {
    font-size: 18px;
    height: 54px;
}

.btn-whatsapp {
    display: inline-block;
    width: 45px;
    height: 45px;
    background-color: #128C7E;
    color: #ffffff;
    position: fixed;
    bottom: 90px;
    right: 40px;
    z-index: 99;
    text-align: center;
    transition: all 0.4s ease;
    border-radius: 50%;
    transition: all 0.4s ease;
}

.btn-whatsapp:hover {
    color: #ffffff;
}

.btn-whatsapp i {
    line-height: 40px;
}

.text-align-justify {
    text-align: justify;
}

.img-thumbnail-custom {
    padding: 0.10rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.10rem;
}

.img-cover {
    object-fit: cover;
}