#mission-image .d-flex {
    height: 600px;
}
.phone{
    background-color: #ffb1b1;
}
.laptops{
    background-color: #F8F0EF;
}

.phone img{
    left: 50%;
    transform: translate(-50%, 0);
}

#mission-image {
    margin-top: 48px;
}

#mission-header label.title{
    font-family: 'Spartan';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -2px;
    color: #18181B;
    text-align: center;
}
#mission-description h3 {
    font-family: 'Spartan';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #FF1616;
    margin: 40px 0 24px 0;
}

#mission-description h3 span {
    color: #0A0A0A !important;
}

#mission-description label {
    font-family: 'Spartan';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 200%;
    color: #757575;
}

.content:hover {
    background: #FAFAFA;
    box-shadow: 0px 5px 20px rgba(73, 73, 73, 0.15);
    border-radius: 8px;
}

.p-40 {
    padding: 40px;
}

#mission-footer {
    background-color: #fffbfa;
}

#mission-footer h3 {
    font-family: 'Spartan';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 180%;
    color: #D41212;
    text-align: center;
}
#mission-footer h3 span {
    color: #262626 !important;
}
#mission-header label.description {
    font-family: 'Spartan';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 200%;
    color: #000000;
}

#mession-footer label {
    font-family: 'Spartan';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 200%;
    color: #000000;
}

@media (min-width: 992px) {
    #mission-image {
        margin-top: 20px !important;
    }
    #mission-footer h3 {
        text-align: left;
    }
}
@media (max-width: 500px) {
    #mission-image .d-flex {
        height: 200px;
    }
}

@media (max-width: 767px) and (min-width: 501px) {
    #mission-image .d-flex {
        height: 300px;
    }
}

@media (max-width: 992px) and (min-width: 767px) {
    #mission-image .d-flex {
        height: 400px;
    }
}

@media (max-width:991px) {
    #mission-header .col-12 {
        text-align: center;
    }
    #mission-header .background-title {
        margin-bottom: 30px;
    }
    #mission-header .row {
        padding: 48px 0;
    }
}
@media (min-width:992px) {
    #mission-header label.title {
        text-align: left;
        font-size: 40px;
        line-height: 64px;
    }
    #mission-header label.description {
        text-align: left;
        width: 525px;
    }

    .mt-12 {
        margin-top: 120px;
    }

    #mission-header .background-title {
        background: url('../img/polygon-large.png');
        background-position: bottom;
        background-size: cover;
        padding-left: 120px;
        padding-bottom: 160px;
    }
}

@media (max-width: 375px) {
    #mission-header img{
        width: 90%;
    }
}
@media (min-width: 376px) and (max-width:768px) {
    #mission-header img{
        width: 80%;
    }
}
@media (min-width: 769px) {
    #mission-header img{
        display: none;
    }
}