body {
    background-color: #FAFAFA;
}

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

.first-head {
    color: black;
    font-family: "CuristicBold";
    font-size: 34px;
    line-height: 44px;
    margin-bottom: 20px;
}

.first-head span {
    color: #1DAC8E;
}

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

.descrip {
    color: #000000;
    font-family: "CuristicRegular";
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 30px;
}

.read-more {
    color: #0974BA;
    font-family: "CuristicBold";
    font-size: 18px;
    line-height: 21.94px;
    margin-bottom: 20px;
    text-decoration: none;
}

.read-more i {
    margin-left: 10px;
}

.first-image {
    border-radius: 24px;
    /* width: 100%; */
    width: 80%;
}

.card-blogs {
    background-color: #FFFFFF;
    border-radius: 24px;
    border: 2px solid #F2F2F2;
    margin-bottom: 30px;
}

.card-blogs div {
    padding: 24px;
}

.card-blogs img {
    width: 100%;
    border-radius: 22px 22px 0px 0px;
    object-fit: cover;
}

.card-blogs hr {
    border: 2px solid #bcbcbc;
}

.card-blogs h3 {
    color: black;
    font-family: "CuristicSemiBold";
    font-size: 15px;
    line-height: 17.07px;
    margin-bottom: 20px;
}

.card-blogs h3 i {
    margin-right: 10px;
}


.card-blogs h1 {
    color: black;
    font-family: "CuristicBold";
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.card-blogs p {
    color: #737373;
    font-family: "CuristicRegular";
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.card-blogs a {
    color: #0974BA !important;
    font-family: "CuristicBold";
    font-size: 16px;
    line-height: 19.5px;
    margin-bottom: 20px;
    text-decoration: none;
}

.card-blogs a i {
    margin-left: 10px;
}

.pagination {
    --bs-pagination-border-radius: 14px;
}

.pagination .page-link {
    background-color: white;
    color: black;
    border: 2px solid #F2F2F2;
    border-radius: 14px;
    padding: 14px 24px;
    font-family: "CuristicMedium";
    font-size: 16px;
    line-height: 19.5px;
    margin: 12px;
}

.pagination .page-item.active .page-link {
    background-color: #0974BA;
    color: white;
    border: 2px solid #0974BA;
}

.pagination .next-previous {
    background-color: white;
    color: #0974BA;
    border: 2px solid #0974BA;
    border-radius: 14px;
    padding: 14px 24px;
    font-family: "CuristicBold";
    font-size: 16px;
    line-height: 19.5px;
    margin: 12px;
}

.padding-container {
    background-color: white;
    padding: 100px 0px;
}

.margin-container {
    margin-top: 100px;
    margin-bottom: 100px;
}

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

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

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

    .descrip {
        margin: 0px 10px 20px 10px;
    }

    .read-more {
        margin-left: 10px;
        margin-right: 10px;
    }

    .first-image {
        width: 95%;
        margin-top: 20px;
    }

    .card-blogs {
        margin: 10px;
    }

    .pagination {
        margin-top: 30px;
    }

    .pagination .page-link {
        padding: 12px 16px;
    }

    .padding-container {
        padding: 60px 0px 40px 0px;
    }

    .margin-container {
        margin-top: 50px;
        margin-bottom: 60px;
    }
}