/** Borders **/

.border-bottom {
    border-bottom-right-radius: 3em !important;
    border-bottom-left-radius: 3em !important;
}
.border-top {
    border-top-right-radius: 3em !important;
    border-top-left-radius: 3em !important;
}
.border-both {
    border-radius: 3em !important;
}
.border-both img {
    border-radius: 30px !important;
}

.border-right-both {
    border-top-right-radius: 30px !important;
    border-bottom-right-radius: 30px !important;
}
.border-right-both img {
    border-top-right-radius: 30px !important;
    border-bottom-right-radius: 30px !important;
}
.border-left-both {
    border-top-left-radius: 30px !important;
    border-bottom-left-radius: 30px !important;
}
.border-left-both img {
    border-top-left-radius: 30px !important;
    border-bottom-left-radius: 30px !important;
}
.border-both iframe {
    border-radius: 30px !important;
    pointer-events: none !important;
}
.border-both .flickity-viewport {
    border-radius: 30px !important;
    pointer-events: none !important;
}
.box-border p{
    border-radius: 3em;
  	border: 2px solid #fe2a00;
  	padding: 10px 20px;
}
.box-border span {
    border-radius: 3em;
  	border: 2px solid #fe2a00;
  	padding: 10px 20px;
}
.box-border-blue span{
    border-radius: 3em;
  	border: 2px solid #0e36e6;
  	padding: 10px 20px;
}
.box-border-light span {
    border-radius: 3em;
  	border: 2px solid #dddcd7;
  	padding: 10px 20px;
}