.new-destination{
    padding:0 5%;
    font-family: 'Lato';
    font-weight: bold;
}
.new-destination-general{
    margin-top: 40px;
}
.new-destination .new-destination-eyebrow{
    font-size: 16px;
    color: #555555;
    line-height: 24px;
}
.new-destination-general .new-destination-title{
    font-size: 32px;
    color: #2E2E38;
    line-height: 40px;
}
.new-destination .new-destination-cards img.new-destination-image{
    height: 477.72px;
    width: 162px;
    border-bottom-right-radius: 136px;
    border-top-left-radius: 136px;
}
.new-destination-cards{
    margin-top: 40px;
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
}
.new-destination-cards div.new-destination-card{
    text-align: center;
    margin-left: 5%;
}

.new-destination-cards div.new-destination-card:first-child{
    margin-left: 0;
}
.new-destination-cards .new-destination-title{
    font-size: 20px;
    color: #2E2E38;
    line-height: 28px;
}
@media (max-width: 540px)  and (min-width: 200px){
    .new-destination .new-destination-eyebrow{
        font-size: 12px;
        line-height: 16px;
        letter-spacing: 0.4px;
    }
    .new-destination-general .new-destination-title{
        font-size: 24px;
        line-height: 32px;
    }
    .new-destination-cards .new-destination-title{
        font-size: 14px;
        letter-spacing: 0.4px;
        line-height: 20px;
    }
    .new-destination .new-destination-cards img.new-destination-image{
        height: 320px;
        width: 108.52px;
    }
}