.tour_option {
    border-radius: 42px;
    margin: none;
}
#tour_option_image {
    height: 180px;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    width: 320px;
}
#icon {
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    height: 180px;
}
#something {
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
}
#secondary {
    font-weight: 300;
}
#tour_option1 {
    background-color: #ffbd4a;
    border: 2px solid #ffbd4a;
}
#tour_option2 {
    background-color: #ff9249;
    border: 2px solid #ff9249;
}
#tour_option3 {
    background-color: #ff6647;
    border: 2px solid #ff6647;
}
 