#sync1 {
    height: 400px;
}
.owl-carousel .owl-stage,
.owl-carousel .owl-stage-outer,
.owl-carousel.owl-drag .owl-item {
    height: 100%;
}
#sync1 .item {
    height: 100%;
    background: #0c83e7;
    margin: 5px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}
#sync1 .item img {
    height: auto;
    transform: scale(1) translateY(-25%);
}

.owl-theme .owl-nav {
/*default owl-theme theme reset .disabled:hover links */
}
.owl-theme .owl-nav [class*='owl-'] {
    transition: all .3s ease;
}
.owl-theme .owl-nav [class*='owl-'].disabled:hover {
    background-color: #D6D6D6;
}

#sync1.owl-theme {
    position: relative;
}
#sync1.owl-theme .owl-next,
#sync1.owl-theme .owl-prev {
    width: 35px;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    background: #fff;
    border-radius: 5px;
    opacity: 0;
    transition: .5s;
}
#sync1.owl-theme:hover .owl-next,
#sync1.owl-theme:hover .owl-prev {
    opacity: 1;
}
#sync1.owl-theme .owl-next i,
#sync1.owl-theme .owl-prev i {
    color: var(--main);
}
#sync1.owl-theme .owl-prev {
    left: 20px;
}
#sync1.owl-theme .owl-next {
    right: 20px;
}

/*/////////////////////////////////////////////////////*/
#about .container .row .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#about .container .row .content p {
    font-size: 14pt;
}