.locations-wrapper {
    height: unset;
    margin-top: 140px
}

.locations-container {
    width: 73%;
    display: flex;
    flex-flow: column;
    background: #FFFFFF 0 0 no-repeat padding-box;
    border-radius: 4px;
    padding: 35px;
}

.location-icon {
    margin-top: 20px;
    margin-right: 20px;
    width: 42px;
    height: 60px;
}

.awards-container {
    object-fit: contain;
    margin-top: 60px;
    height: 675px;
    width: 77%;
}

.locations-title {
    margin-top: 30px;
}


@media (max-width: 986px) {
    .locations-wrapper {
        margin-top: 50px;
    }

    .location-icon {
        width: 30px;
        height: 40px;
    }

    .locations-title {
        margin-top: 30px;
        font: normal normal bold 30px/40px Roboto Slab;
    }

    .awards-container {
        height: unset;
        width: 90%;
    }
}