/*
    COMPANY
*/

.company-coverage__btn {
    padding-left: 65px;
    background-image: url(../../img/pin.svg);
    background-repeat: no-repeat;
    background-position: 25px center;
    text-align: left;
}
.company-figures {
    margin-bottom: 60px;
    padding: 60px 0;
    background-image: linear-gradient(to right, rgba(36,176,179,0.1) 0%,rgba(0,122,165,0.1) 100%); 
}
.ambition-img {
    display: block;
    margin: 0 auto;
}
@media(max-width: 767px) {
    .ambition-img {
        margin-bottom: 30px;
    }
}
.ambition-box {
    padding: 25px;
    background: #eee;
    border-radius: 3px;
    text-align: center;
}
.ambition-box strong {
    display: block;
    font-family: 'Poppins', sans-serif;
    font-size: 2rem;
}
.ambition-box span {
    display: block;
    line-height: 1.7;
}
.company-ways {
	counter-reset: step;
}
.company-ways > li {
    width: 100%;
    margin-bottom: 30px;
	list-style: none;
    counter-increment: step;
    text-align: center;
}
.company-ways > li:first-child {
    text-align: left;
}
@media(min-width: 768px) {
    .company-ways > li {
        width: calc(50% - 20px);
        float: right;
    }
    .company-ways > li:first-child {
        float: left;
        text-align: left;
    }

}
.company-ways > li::before {
    content: counter(step);
    display: block;
    margin: 0 auto 20px;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    line-height: 40px;
    background: #24B0B3;
    text-align: center;
    color: #fff;
    font-size: 2.2rem;
    font-weight: bold;
}
.company-ways h3 {
    text-align: center;
}
.company-ways a {
    font-family: 'Poppins', sans-serif;
    color: #24B0B3;
    font-weight: 700;
    font-size: 1.4rem;
}