


.whales-3 {
    position: relative;
    top: -35px;
    border-radius: 20px;
    box-shadow: 0 0 59px 0 rgba(110, 144, 65, 0.21);
    background-color: #ffffff;
    padding-top: 85px;
    padding-bottom: 48px;
}

.whales-3 div {
    background-size: 93px;
    background-position-y: 31px;
    background-position-x: 15px;
}

h3 {
    font-size: 24px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.08;
    letter-spacing: normal;
    color: #000000;
}

.whales-3 p {
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
}

/*phone: Extra small - Small*/
@media(max-width: 767px) {

    .whales-3 p {
        font-size: 15px;

    }

}
/*pad: Medium-Large*/
@media (min-width: 768px) and (max-width: 1139px) {


}

/*PC: Extra large*/
@media (min-width: 1140px) {



}
