@import url('https://fonts.googleapis.com/css2?family=Inter&family=Odibee+Sans&family=Roboto:ital,wght@0,400;0,700;0,900;1,500&display=swap');


* {
    font-family: 'Inter', sans-serif;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.title p {
    font-size: 40px;
    color: #161441;
    font-weight: 700;
    margin-top: 30px;
}

.decs p {
    text-align: justify;
}
.decs{
    text-align: justify;
}
.img-if{
    max-width: 100%;
    height: 300px;
    object-fit: cover;
}
.banner img{
    width: 100%;
}
.contact {
    display: flex;
    justify-content: center;
}

.contact .contact-item {
    padding: 20px 16px;
}

.title-di-new h5 {
    font-size: 40px;
    font-weight: 500;
    color: #161441;
    margin-top: 50px;
}

.dife-news {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    margin-bottom: 80px;
    flex-wrap: wrap;
}

.dife-news .card {
    margin-bottom: 30px;
}

.dife-news .card-body {
    background-color: #161441;
    color: #FFFFFF;
}


@media (min-width: 1481px) and (max-width: 1780px) {
    .title p {
        font-size: 38px;
    }

}


@media (min-width: 1281px) and (max-width: 1480px) {
    .title p {
        font-size: 36px;
    }

}

@media (min-width: 1025px) and (max-width: 1280px) {
    .title p {
        font-size: 32px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .title p {
        font-size: 30px;
    }

}


@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .title p {
        font-size: 28px;
    }

    .dife-news {
        justify-content: center;
    }
}


@media (min-width: 481px) and (max-width: 767px) {
    .title p {
        font-size: 26px;
    }

    .dife-news {
        justify-content: center;
    }
}


@media (min-width: 320px) and (max-width: 480px) {
    .title p {
        font-size: 24px;
    }

    .dife-news {
        justify-content: center;
    }
}
