.section-agency-teams {
    background: #121212;
    color: #fff;
}

.section-agency-teams .agency-container {
    display: flex;
}

.section-agency-teams .left-column {
    width: calc(100% / 12 * 5);
    margin-left: 14px;
    padding-left: 50px;
    padding-right: 64px;
    padding-top: 80px;
    padding-bottom: 70px;
    flex: 1;
    flex-wrap: wrap;
}

.section-agency-teams .right-column {
    width: calc(100% / 12 * 7);
   display: flex;
    max-height: 847px;
}
.section-agency-teams .right-column video{
    max-width: 100%;
}
@media (min-width: 1367px) and (max-width: 2600px){
    .section-agency-teams .right-column{
        padding-left: 70px;
    }
}
.section-agency-teams .bg-image {
    flex: 1;
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
    max-width: 2000px;
}
.section-agency-teams .title {
    font-weight: bold!important;
    font-size: 72px;
    line-height: 64px;
    letter-spacing: -1px;
    color: #fff;
    margin-bottom: 40px;
    text-transform: uppercase;
    max-width: 500px;
}
.section-agency-teams a.btn-outline{
    border-color: #ffffff;
    width: 197px;
    margin-top: 33px;
    margin-bottom: 48px;
    transition: background 0.5s cubic-bezier(0.22, 1, 0.36, 1) 0s, border-color 0.5s cubic-bezier(0.22, 1, 0.36, 1) 0s;
}
.section-agency-teams a.btn-outline .icon{
    opacity: 0;
    width: 0;
    transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1) 0s;

    margin-top: -2px;
}
.section-agency-teams a.btn-outline:hover{
    border-color: #fff;
    background: #fff;

}
.section-agency-teams a.btn-outline:hover .icon{
    opacity: 1;
    width: 16px;
    margin-left: 8px;
    fill:#fff;
}

.section-agency-teams a.btn-outline:hover .icon svg path{
    fill:#121212;
    stroke: none;
}
.section-agency-teams .list ul {
    list-style: none;
    padding: 0;
    margin: 0;

}

.section-agency-teams .list ul li {
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    margin-bottom: 20px;
    display: flex;
}

.section-agency-teams .list ul li svg {
    margin-right: 12px;
    min-width: 16px;
}

.section-agency-teams .column_cards {
    margin-top: 16px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, auto);
    grid-gap: 4px;
    max-width: 446px;
}

.section-agency-teams .logos-title{
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #888888;
}
.section-agency-title.mobile_only{
    display: none;
}
.section-agency-teams .bg-image .mobile_only{
    display: none;
}
@media screen and (min-width: 1366px) {
    .section-agency-teams .left-column {
        width: calc(100% / 12 * 5);
        margin-left: calc((100vw - 1366px) / 2);
    }
}
@media (min-width: 1024px) and (max-width: 1200px) {
    .section-agency-title.mobile_only{
        display: block;
        padding: 120px 64px 47px;
    }
    .section-agency-teams .title{
        max-width: 990px;
    }
    .section-agency-teams .title.desktop_only{
        display: none;
    }
    .section-agency-teams .left-column{
        padding-top: 0;
        padding-bottom: 0;
    }
    .section-agency-teams a.btn-outline {
        margin-top: 16px;
        margin-bottom: 77px;
    }
    .section-agency-teams .column_cards {
        margin-top: 16px;
        display: grid;
        grid-template-columns: repeat(2,1fr);
        grid-template-rows: repeat(4,auto);
        grid-gap: 4px;
        max-width: 250px;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .section-agency-teams .agency-container {
        display: flex;
        flex-direction: column;
    }
    .section-agency-teams .left-column{
        width: 100%;
        padding: 120px 32px 42px;
        margin-left: 0;
    }
    .section-agency-teams .title{
        font-size: 64px;
        line-height: 64px;
    }
    .section-agency-teams .left-column ul{
        display: grid;
        grid-template-columns: repeat(2,1fr);
        grid-template-rows: repeat(2,auto);
        grid-row-gap: 20px;
        column-gap: 28px;
        margin-top: 40px;
    }

    .section-agency-teams a.btn-outline{
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .section-agency-teams .column_cards {
        grid-template-columns: repeat(5,1fr);
        grid-template-rows: repeat(2,auto);
        grid-auto-flow: row;
        max-width: 600px;
    }
    .section-agency-teams .right-column{
        width: 100%;
    }
    .section-agency-teams .bg-image .mobile_only{
        display: block;
    }
}
@media screen and (max-width: 767px) {
    .section-agency-teams .agency-container {
        display: flex;
        flex-direction: column;
    }
    .section-agency-teams .left-column{
        width: 100%;
        padding: 80px 20px 42px;
        margin-left: 0;
    }
    .section-agency-teams .title{
        font-size: 48px;
        line-height: 48px;
        max-width: 330px;
    }

    .section-agency-teams a.btn-outline{
        margin-top: 20px;
        margin-bottom:0;
        width: 100%;

    }
    .section-agency-teams .column_cards {
        grid-template-columns: repeat(3,1fr);
        grid-template-rows: repeat(3,auto);
        margin: 0;
    }
    .section-agency-teams .right-column{
        width: 100%;
    }
    .section-agency-teams .bg-image .mobile_only{
        display: block;
    }
}