img {
    border: none;
    max-width: 100%;
}

h3 {
    font-size: 36px;
    line-height: 1.278;
}

h6 {
    font-size: 18px;
    line-height: 1.5;
    color: #fff;
    text-transform: none;
    font-weight: 700;
    margin: 0 0 15px 0;
}

p {
    margin: 0 0 18px 0;
    line-height: 1.75;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-25 {
    margin-bottom: 25px;
}


.mt-n2 {
    margin-top: -0.65rem;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-60 {
    margin-bottom: 60px;
}

img:not([draggable]), embed, object, video {
    max-width: 100%;
}

.page-subtitle {
    font-size: 30px;
    font-weight: 500;
}

.project-details-single-page .thumb {
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 50px;
    position: relative;
}
.project-details-single-page .thumb h1 {
    position: absolute;
    top: 45%;
    color: #fff;
    width: 100%;
    text-align: center;
    font-weight: bold !important;
    filter: drop-shadow(0 0  30px #000);
}


.project-details-single-page .thumb img {
    width: 100%;
    object-fit: cover;
    height: 300px;
}

.widget {
    margin-bottom: 30px;
    position: relative;
    padding: var(--widget-padding-x, 40px);
    background: #F6F6F7;
    border-radius: 20px;
}

.widget_title {
    position: relative;
    font-size: 24px;
    font-weight: 500;
    line-height: 1em;
    margin: -0.12em 0 25px 0;
    font-family: "Kanit", sans-serif;
}

.widget_schedule ul {
    padding: 0;
}

.widget_schedule ul li {
    list-style: none;
    background: #FFFFFF;
    border: 1px solid rgba(237, 237, 237, 0.89);
    box-shadow: 0px 16px 51px rgba(0, 0, 0, 0.07);
    border-radius: 15px;
    margin-bottom: 15px;
    line-height: 55px;
    padding: 0 20px;
}

.widget_schedule ul li i {
    margin-right: 6px;
}

.widget_schedule ul li.unavailable {
    color: var(--primary-color);
}

@media screen and (max-width: 992px) {
    .row-workout {
        flex-direction: column-reverse;
    }
}
