.gas-key-section {
    background: #fff;
}

.gas-key-section-subtitle {
    display: inline-block;
    color: #d61f26;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    padding-bottom: 10px;
}

.gas-key-section-subtitle:after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 60px;
    height: 3px;
    background: #d61f26;
}

.gas-key-section-title {
    color: #082b61;
    font-size: 42px;
    font-weight: 700;
    margin-top: 15px;
}

.gas-key-section-circle {

    width: 210px;
    height: 210px;
    margin: auto;

    border-radius: 50%;
    background: linear-gradient(135deg, #082b61, #d61f26);

    display: flex;
    justify-content: center;
    align-items: center;

    box-shadow: 0 20px 45px rgba(0, 0, 0, .15);
    margin-bottom: 30px;

}

.gas-key-section-circle i {

    color: #fff;
    font-size: 90px;

}

.gas-key-section h3 {

    color: #082b61;
    font-weight: 700;
    margin-bottom: 15px;

}

.gas-key-section p {

    color: #666;
    line-height: 28px;

}

.gas-key-section-list {

    list-style: none;
    padding: 0;
    margin: 0;

}

.gas-key-section-list li {

    position: relative;

    padding: 8px 0 8px 38px;

    border-bottom: 1px dashed #dddddd;

    color: #333;

    font-size: 16px;

    transition: .3s;

}

.gas-key-section-list li:last-child {

    border-bottom: none;

}

.gas-key-section-list li i {

    position: absolute;

    left: 0;
    top: 15px;

    color: #d61f26;

    font-size: 18px;

}

.gas-key-section-list li:hover {

    color: #082b61;

    padding-left: 48px;

}

.gas-key-section-list li:hover i {

    color: #082b61;

}

@media(max-width:991px) {

    .gas-key-section-circle {

        width: 170px;
        height: 170px;

    }

    .gas-key-section-circle i {

        font-size: 70px;

    }

}

@media(max-width:767px) {

    .gas-key-section-title {

        font-size: 30px;

    }

    .gas-key-section-list li {

        font-size: 15px;

    }

}

.gas-key-section-list li i {
    position: absolute;
    left: 0;
    top: 8px;
    font-size: 18px;
    color: #d61f26;
    transition: .3s;
    width: 22px;
    text-align: center;
}

.gas-key-section-list li:hover i {
    color: #082b61;
    transform: scale(1.15) rotate(-8deg);
}

.participants {
    background-color: #ffffff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 12px;
    max-width: 100% !important;
    max-height: 90px !important;
    ;
    /* Same logo height */
    width: auto !important;
    ;
    height: auto !important;
    object-fit: contain !important;
}