.img80 {
    width: 80% !important
}

.img80:hover {
    opacity: .8;
    transition: .5s ease
}

.floatright {
    float: right
}

.leftme {
    text-align: left !important
}

.placeme {
    padding-top: 15px
}

@media only screen and (max-width:767px) {
    .placeme {
        padding-top: 40px
    }
}

.placereasons {
    padding-top: 15px
}

.coachingtext {
    position: relative;
    top: 10px
}

.upperme {
    text-transform: uppercase
}

.coaching-card {
    padding: 25px;
    height: auto;
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 20px
}

@media only screen and (max-width:768px) {
    .coaching-card {
        padding: 5px
    }

    .myparagraph {
        line-height: 1.75;
        font-size: 16px;
        color: rgba(52, 61, 72, .8) !important;
        letter-spacing: .5px
    }
}

@media only screen and (max-width:767px) {
    .coaching-card {
        padding: 0
    }

    .coaching-card2 {
        height: auto
    }
}

@media only screen and (max-width:767px) {
    .width100 {
        width: 100%
    }
}

.pt-50 {
    padding-top: 50px
}

.coaching-title {
    margin: 15px 0 15px 0;
    text-transform: uppercase
}

.all_side_titles-ex {
    color: rgba(52, 61, 72, .8) !important;
    font-size: 18px !important;
    padding-top: 20px
}

@media screen and (min-width:999px) and (max-width:1024px) {
    .fltp {
        position: relative;
        top: 2vh !important
    }
}

@media screen and (min-width:501px) and (max-width:531px) {
    .all_side_titles-ex {
        font-size: 9px !important
    }
}

@media screen and (min-width:532px) and (max-width:585px) {
    .all_side_titles-ex {
        font-size: 10px !important
    }
}

@media screen and (min-width:586px) and (max-width:633px) {
    .all_side_titles-ex {
        font-size: 11px !important
    }
}

@media screen and (min-width:634px) and (max-width:779px) {
    .all_side_titles-ex {
        font-size: 12px !important
    }
}

@media screen and (min-width:680px) and (max-width:728px) {
    .all_side_titles-ex {
        font-size: 13px !important
    }
}

@media screen and (min-width:729px) and (max-width:991px) {
    .all_side_titles-ex {
        font-size: 14px !important
    }
}

@media screen and (min-width:0px) and (max-width:500px) {
    .smallmob {
        width: 100% !important
    }

    .ctrmb {
        text-align: center
    }
}

@media screen and (min-width:0px) and (max-width:767px) {
    .fltp {
        position: unset !important;
        top: unset !important
    }
}

.fltp {
    position: relative;
    top: 6vh
}

.card-row{
    display: flex;
    flex-wrap: wrap;
    align-items:stretch;
}

.card-col{
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}

.default-button{
    width: max-content;
}