.related{
    margin: 80px 0;
}
.related__title{
    width: 100%;
    text-align: center;
    color: #474B89;
}
.related__items{
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
    position: relative;
}
.related__items .owl-dots{
    position: absolute;
    top: -60px;
    width: 100%;
    text-align: center;
}
@media (max-width: 991px){
    .related__items .owl-dots{
        top: -40px;
    }
}

@media (max-width: 991px){
    .relatedItem{
        text-align: center;
    }
}

.relatedItem__image{
    height: 240px;
    width: 240px;
    overflow: hidden;
    margin-bottom: 40px;
}
@media (max-width: 991px){
    .relatedItem__image{
        margin: 0 auto 20px;
    }
}

.relatedItem__image img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.relatedItem h3{
    color: #474B89;
    margin: 0;
}
.relatedItem .smallRed{
    margin: 0 0 20px 0;
}
@media (max-width: 991px){
    .relatedItem .smallRed{
        margin: 0 0 10px 0;
    }
}
