.main-header__top-left:before {
    left: -55px;
    right: 61%;
}
.about-one__right .about-one__text {
    padding: 5px;
}
.site-footer__top {
    padding-top: 40px;
    padding-bottom: 40px;
}
.join-team {
    padding: 50px 0 90px;
}
.main-header__top {
    background-color: #1C3752;
}
.counter-one-bg:before{
    background-color: #1C3752;
}
.site-footer__top{
    background-color: #1C3752;
}
.contact-social {
    position: relative;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
.contact-social a {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    color: var(--sopot-white);
    background-color: rgba(var(--sopot-white-rgb), .06);
    border-radius: 50%;
    font-size: 15px;
    height: 40px;
    width: 40px;
    transform: rotate(0);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}

.join-team img{
    width:100%;
}
.recent-event .recent-event__img{
    width:268px;height:199px;
}
.site-footer .footer-widget__about-logo img{
   width:300px;height:80px;margin-top:60px;
}
@media only screen and (max-width: 600px) {
  .join-team img{
    display:none;
}
.recent-event .recent-event__img{
    width:100%;
}
.site-footer .footer-widget__about-logo img{
   margin-left:-80px;
   
}
.page-header__inner h2{
    font-size:35px;
}
.main-menu-wrapper__logo{
    padding-top: 44px;
    margin-left: -40px;
}

}
