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

    a {
        font-size: 14px;
    }

    .box-container{
        width: 300px;
    }

    .box-head {
        margin-top: 50px;
        height: 75px;
    }

    .box-head img {
        height: 75px;
        width: 75px;
    }

    .box-header h1 {
        font-size: 18px;
    }

    .box-header p {
        font-size: 12px;
    }

    .box-content {
        margin-top: 10px;
        height: calc(50vh - 80px);
        max-height: calc(50vh - 80px);
    }

    .box-card {
        margin: 10px 15px;
        height: 40px;
    }

    .h-50 {
        height: 40px;
    }


}