.title-head {
    font-weight: bold;
}

.subtitle{
    font-weight: 400;
}
.title-head span.subtitle {
    color: rgb(255, 205, 111);
    font-weight: 500;
    font-stretch: expanded;
}

.bg-content1{
    background-color: rgb(195, 224, 230);
}

.bg-content2{
    background-color: rgb(1, 117, 92);
}

.bg-content3{
    background-color: rgb(233, 235, 234);
}

.rounded{
    border-radius: 60px !important;
    padding-left: 30px;
    padding-right: 30px;
}
