.homePost {
    font-family: "Inter";
    width: 100%;
    padding: 60px 15px;
}

.homePost p {
    margin: 0;
}

.homePost .homePost__title {

}

.homePost .homePost__title .homePost__title--first {
    color: #948F93;
    font-size: 12px;
    font-weight: 400;
    line-height: 19px;
    text-transform: uppercase;
}

.homePost .homePost__title .homePost__title--second {
    color: #010005;
    font-size: 34px;
    letter-spacing: -1px;
    font-weight: 500;
    line-height: 62px;
    text-transform: uppercase;
    margin: 20px auto;
}

.homePost .homePost__content {
    width: 100%;
    margin: 0;
    padding: 0;
}

.homePost .homePost__content .post {
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(20, 20, 20, 0.2);
    padding: 0;
}

.homePost .homePost__content .post__thumb {
    width: 100%;
    height: 270px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.homePost .homePost__content .post__description--title {
    color: #26242A;
    line-height: 38px;
    font-size: 20px !important;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 15px
}

.homePost .homePost__content .post__description--date {
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    color: #716F74;
}

.comment-form__input-box input[type="checkbox"], .comment-form__input-box input[type="radio"] {
    margin-left: 0;
    position: relative;
    background-color: #eee9f6;
}

.bg-green-light {
    background-color: #95C11F;
}

.text-green-light {
    color: #95C11F;
}

.border-green-light {
    border-color: #95C11F;
}

.btn-outline-green-light {
    background-color: transparent;
    border: 1px solid #95C11F;
    color: #95C11F;
}

.btn-outline-green-light:hover {
    background-color: #95C11F !important;
    color: #ffffff;
}

.user-dropdown {
    margin-left: 20px;

}

.user-dropdown-menu {
    width: 260px;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0,0,0,.15);
    border: 0;
    margin-top: 40px;
}

.user-avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 2px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.user-dropdown-menu .dropdown-item {
    color: #9aa0a6;
    font-weight: 500;
}

.user-dropdown-menu .dropdown-item:hover {
    background: transparent;
    color: #000;
}

.icon-black {
    filter: brightness(0) saturate(100%);
}
