@import url(/style.css);

.padding-bottom{
    margin-top: 1.5rem;
}

.alt-sinif-title{
    padding-bottom: .5rem;
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--black);
}

.alt-sinif-content{
    padding-bottom: .5rem;
    font-size: 1rem;
    color: #5D5C68;
    font-weight: 400;
}

.class-image{
    margin-bottom: 3rem;
}

.back{
    font-size: 1.5rem;
    font-weight: 500;
    color: var(--black);
    display: flex;
    align-items: center;    
}

.back a{
    padding-right: 1rem;
}

.bottom-container{
    display: inline-block;
    border-bottom: 2px var(--orange) solid;
    padding: .3rem;
    margin-top: 5rem;
    margin-bottom: 3rem;

}


@media only screen and (max-width: 1050px) {
    .other-cards{
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .cards-cards{
        width: 22%;
        margin-right: 1rem;
        margin-bottom: 1rem;
    }

    
    .bg-container .img-home{
        height: 100px;
    }

    .back{
        font-size: 1.2rem;
    }

    .class-image{
        width: 80%;
    }
}

@media only screen and (max-width: 769px) {
    .bottom-container{
        margin-top: 2rem;
    
    }

    .class-image{
        width: 80%;
    }


}



