.section-title {
    font-size: 40px !important;
    font-weight: 700;
    line-height: 1.2;
}


@media only screen and (min-width: 1201px) and (max-width: 1400px) {
    .section-title {
        font-size: 30px;
    }
}

.custom-btn {
    display: inline-block;
    padding: 10px 15px;
    font-weight: 200;
    font-family: "Poppins", sans-serif;
    color: #f5f5f5;
    z-index: 1;
    background-color: #1B3615;
    overflow: hidden;
    cursor: pointer;
    border: 0 none;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.section-title span {
    color: #18361D;
    display: block;
}

.section-title .color {
    display: inline-block;
}

@media only screen and (min-width: 768px) and (max-width: 991.9px) {
    .section-title {
        font-size: 50px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .section-title {
        font-size: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .section-title {
        font-size: 30px !important;
    }
}