body {
    direction: rtl;
    align-items: center;
}

hr {
    margin-top: 21px;
    margin-right: -8px;
    background-color: #87d2f1
}

span {
    margin-top: -5px;
    margin-right: 12px;
}

h5{
    text-align: center;
    color: white;
}

.my-top-row {
    direction: rtl;
    font-family: B Nazanin;
    font-size: 22px;
    margin-right: 10px
}

#first-row {
    box-shadow: 5px 10px 40px #aaaaaa;
    border: 2px solid #81D4FA;
    border-top-style: none;
    border-radius: 4px;
    padding: 0.5vw;
    margin-bottom: 20px;
    background-color: white;
}

#expert-courses , #university-courses {
    width: 480px;
    height: 100%;
    border: 2px solid #81D4FA;
    border-top-style: none;
}

.my-card {
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    cursor: pointer;
    align-items: center !important;
}

.my-card:hover {
    -webkit-transform: scale(1.25, 1.25);
    transform: scale(1.1, 1.1);
}
.card-title {

    margin-top: 45px;

}

@media screen and (max-width: 1200px) {
    .my-col-courses {
        margin-bottom: 50px;
    }
}

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

    #expert-courses {

        width: 350px;

    }
    #university-courses {

        width: 350px;

    }


    h5 {
        font-size: 5vw !important;
    }

    i{
        font-size: 4vw
    }

    span {
        font-size: 5vw
    }
}
