.training-heading{
    padding-top: 40px;
}
.training-heading h2{
    font-weight: bolder;
    margin-bottom: 20px;
}
.training-span{
    color: #FF2525;
}
.training-card{
    height: auto;
}
.training-head{
    background: rgba(32,57,184,0.6450920533598139) 100%;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    margin-bottom: 15px;
}
.training-head p{
    color: #212529;
    margin-bottom: 0;
    padding: 15px;
}
.training-section{
    display: flex;
    flex-direction: row;
    align-items: center;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    transition: ease-in-out .3s;
}
.training-section:hover{
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.30), 0 10px 8px rgba(0, 0, 0, 0.22);
}
.training-img{
    height: 220px;
    width: 100%;
    background-size: cover;
}
.training-content{
    margin-left: auto;
    margin-right: auto;
}
.btn1 button {
    font-size: 16px !important;
    color: white;
    width: 119.97px;
    border: 1px solid #FF2525;
    border-radius: 40px !important;
    padding: 8px;
    background-color: #FF2525;
    transition: ease-in-out .5s;
}

.btn1 button:hover {
    color: white;
    transform: translateY(3px);
}
@media only screen and (max-width: 576px){
    .training-heading h2{
        padding: 10px;
        font-size: 18px;
    }
}