@media screen and (max-width: 1600px) {

    h1{
        font-family:"Alegreya";
        font-style: normal;
        font-weight: 800;
        font-size: 83px;
        line-height: 113px; 
        color: #000000;
    }
    
    h2{
        font-family: 'Alegreya';
        font-style: normal;
        font-weight: 800;
        font-size: 62px;
        line-height: 84px;
        text-align: center;
        color: #000000;
    
    }
    
    h3{
        font-family: 'Alegreya';
        font-style: normal;
        font-weight: 400;
        font-size: 47px;
        line-height: 63px;
        color: #000000;
    }
    
    h4{
        font-family: 'Alegreya';
        font-style: normal;
        font-weight: 800;
        font-size: 35px;
        line-height: 47px;
        text-align: center;
        color: #000000;
    }
    
    h5{
        font-family: 'Alegreya';
        font-style: normal;
        font-weight: 800;
        font-size: 25px;
        line-height: 34px;
        display: flex;
        align-items: center;
        text-align: justify;
        color: #000000;
    }
    
    h6{
        font-family: 'Alegreya';
        font-style: normal;
        font-weight: 800;
        font-size: 20px;
        line-height: 25px;
    }
    
    p{
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 600;
        font-size: 17px;
        line-height: 20px;
        color: #36454F;
    }

    nav{
        width: 100%;
        height:152px;
    }

    #home-hero-text{
        width: 100%;
    }

    #home-hero-image img{
        width: 120%;
        margin-left: -100px;
    }
}

@media screen and (max-width: 1280px) {

    h1{

        font-size: 70px;
        line-height: 90px; 

    }

    h2{

        font-size: 50px;
        line-height: 70px;
        text-align: center;
    
    }

    h3{

        font-size: 35px;
        line-height: 50px;
    }

    h4{

        font-size: 30px;
        line-height: 40px;
        text-align: center;
    }

    h5{

        font-size: 20px;
        line-height: 30px;
        display: flex;
        align-items: center;
        text-align: justify;

    }

    h6{

        font-size: 20px;
        line-height: 25px;
    }

    p{
        font-size: 17px;
        line-height: 20px;
        color: #36454F;
    }

    nav{
        width: 100%;
        height:152px;
    }

    #logo{
        font-size: 32px;
        text-align: start;
        width: max-content;
    }

    div ul{
        gap:8px;
        font-size: 14px;
    }
    
    #home-hero-text{
        width: 100%;
    }
    
    #home-hero-image > img{
        width: 110%;
        margin-left: -46px;
 
    }



    #more-link-section{
        gap: 16px;
        margin: 16px 24px;
    }



    .link-card .link-card-color-black{
        width: 332px;
        height:192px;
    }


    .link-card-img{
        width: 156px;
        height: 156px;
        margin-top: -180px;

    }

    .link-card-img-img{
        width: 156px;
        height: 156px;
    }

    .recent-activity{
        gap: 32px;
    }

    .recent-activity > img{
        width: 25%;
    }


    .blog-post-img{
        width: 50%;
    }






















}