.div-prod-feat-main {
    margin-top: 50px;
}

.div-prod-feat-item {
    margin-top: 30px;
}

.h2-section-title {
    font-size: 34px;
}

.hr-section-title {
    border-bottom: 2px solid #1c1c1c;
    margin-top: 0px;
}

.div-prod-texts {
    padding-top: 15px;
    padding-right: 28px;
    padding-left: 28px;
}

.div-prod-feat-items-row {
    padding-bottom: 80px;
}

.p-prod-title {
    font-size: 16px;
    font-weight: 600;
    padding-right: 68px;
}

.p-prod-desc {
    font-size: 12px;
}

.a-prod-link {
    font-size: 12px;
}

.img-prod-feat-hover {
    display: none;
}

.div-prod-feat-item-img {
    cursor: pointer;
    padding-left: 0px;
    padding-right: 0px;
}

.div-prod-feat-item-img:hover .img-prod-feat {
    display: none;
}

.div-prod-feat-item-img:hover .img-prod-feat-hover {
    display: block;
}

.div-prod-feat-items-section {
    display: flex;
    justify-content: center;
}

@media (max-width: 820px) and (min-width: 540px) {
    .p-prod-title {
        font-size: 12px;
        font-weight: 600;
        padding-right: 0px;
    }
    
    .p-prod-desc {
        font-size: 10px;
    }
    
    .a-prod-link {
        font-size: 10px;
    }
}

@media (max-width: 540px) {
    .div-prod-feat-items-section {
        display: block;
    }
    .p-prod-title {
        padding-right: 46px;
    }
}