body {
    background-color: #FAFAFA;
}

.slogan {
    color: #1DAC8E;
    font-family: "CuristicBold";
    font-size: 18px;
    line-height: 21.94px;
    margin-bottom: 20px;
    text-align: center;
}

.first-head {
    color: black;
    font-family: "CuristicBold";
    font-size: 34px;
    line-height: 44px;
    margin-bottom: 20px;
    text-align: center;
    padding: 0px 15%;
}

.date {
    color: #737373;
    font-family: "CuristicRegular";
    font-size: 18px;
    line-height: 21.94px;
    margin-bottom: 30px;
    text-align: center;
}

.first-image {
    border-radius: 24px;
    width: 100%;
    margin-bottom: 40px;
}

.head-text {
    color: #000000;
    font-family: "CuristicBold";
    font-size: 24px;
    line-height: 29.26px;
}

.paragraph {
    color: #000000;
    font-family: "CuristicRegular";
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 25px;
}

.blog-vr {
    margin-right: 20px;
    background-color: #F2F2F2;
    width: 4px;
}

.blog-vr div {
    margin-right: 20px;
    background-color: #1DAC8E;
    width: 4px;
    height: 100%;
}

.item-list {
    color: #737373;
    font-family: "CuristicSemiBold";
    font-size: 14px;
    line-height: 17.07px;
    margin-bottom: 20px;
}

.item-list.active {
    color: black;
}

.recommended-articles-header {
    color: black;
    font-family: "CuristicBold";
    font-size: 34px;
    line-height: 41.45px;
    margin-bottom: 40px;
    margin-top: 70px;
}

.recommended-articles img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 24px;
    margin-bottom: 15px;
}

.recommended-articles h2 {
    color: black;
    font-family: "CuristicBold";
    font-size: 20px;
    line-height: 31px;
    margin-bottom: 10px;
}

.recommended-articles p {
    color: #737373;
    font-family: "CuristicRegular";
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

@media (max-width: 480px) {
    .slogan {
        margin-bottom: 15px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .first-head {
        font-size: 25px;
        line-height: 40px;
        margin-bottom: 15px;
        margin-left: 10px;
        margin-right: 10px;
        padding: 0px;
    }

    .date {
        margin-left: 10px;
        margin-right: 10px;
    }

    .head-text {
        margin-left: 10px;
        margin-right: 10px;
        font-size: 22px;
    }

    .paragraph {
        margin-left: 10px;
        margin-right: 10px;
    }

    .recommended-articles-header{
        margin-left: 10px;
        margin-right: 10px;
        font-size: 28px;
        margin-top: 50px;
        margin-bottom: 30px;
    }

    .recommended-articles{
        padding-left: 20px;
        padding-right: 20px;
        margin-bottom: 50px;
    }
}