.side_section{
border-top:1px dotted #bbb;
border-bottom:1px dotted #bbb;
max-width:700px;
margin:0 auto;
padding:1rem 0 2rem;
}
.tbl_calendar caption {
text-align: center;
caption-side:top!important;
font-size:15px!important;
font-weight:500;
color:#000;
}
iframe{
position: relative;z-index: 99;
}
.side_cal {
display: flex;
justify-content: center;
}
.tbl_calendar{
width:46%;
}
.side_cal .tbl_calendar:first-child{
margin-right:9px;
}
.side_cal .tbl_calendar:last-child{
margin-left:9px;
}
.tbl_calendar th {
font-size: 11px;
padding-bottom: 5px;
}
.tbl_calendar td {
font-size: 11px;
padding-top: 3px;
padding-bottom: 3px;
font-weight:500;
}
@media (min-width: 415px) {
.tbl_calendar{
width:180px;
}
.side_cal .tbl_calendar:first-child{
margin-right:15px;
}
.side_cal .tbl_calendar:last-child{
margin-left:15px;
}
.tbl_calendar th {
font-size: 12px;
}
.tbl_calendar td {
font-size: 12px;
padding-top: 5px;
padding-bottom: 5px;
}
}
@media (min-width: 768px) {
.tbl_calendar{
width:220px;
}
.side_cal .tbl_calendar:first-child{
margin-right:35px;
}
.side_cal .tbl_calendar:last-child{
margin-left:35px;
}
}
iframe.wp-embedded-content {
margin-bottom:-8rem;
}

