#banner5
{
    width:100%;
    height:auto;
    margin-top: 5%;
}
.container13
{
    text-align: center;
    width:100%;
    font-family: MohrRounded-Semibold;
}
.container13 h4
{
    font: size 1.2em;
    color: #06bbcc;
}
.container13 h1
{
    font-size: 3rem;
}
.container14
{
    width:100%;
    height:80vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.one
{
    margin:2%;
    height:90%;
    width:25%;
    position:relative;
    background-color:#bbf5fa;
    overflow: hidden;
}
.one > img
{
   height:50%;
   width:100%;
   transition: 0.5s;
   
}
.button_1
{
    width:100%;
    position: absolute;
    top:40%;
    text-align:center;
}
.button_1 button
{
    padding:1% 5%;
    font-family:MohrRounded-Semibold;
    font-size:0.7rem;
    color: #fff;
    background: #06bbcc; 
    border-color: #fff;
}
.button_1 .button_1_1
{
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}
.button_1 .button_1_2
{
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}
.button_2 .button_2_1
{
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}
.button_2 .button_2_2
{
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}
.button_3 .button_3_1
{
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}
.button_3 .button_3_2
{
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}
.one > img:hover
{
    transform: scale(1.1);
    cursor:pointer;
}
.two
{
    margin:2%;
    height:90%;
    width:25%;
    position: relative;
    background-color:#bbf5fa;
    overflow: hidden;
}
.two > img
{
   height:50%;
   width:100%;
   transition: 0.5s;
}
#banner5 button
{
    cursor: pointer;
}
.two > img:hover
{
    transform: scale(1.1);
    cursor:pointer;
}
.button_2
{
    width:100%;
    text-align:center;
    position: absolute;
    top:40%;
}
.button_2 button
{
    padding:1% 5%;
    font-family:MohrRounded-Semibold;
    font-size:0.7rem;
    color: #fff;
    background: #06bbcc; 
    cursor: pointer;
    border-color: #fff;
}
.button_2 .button_2_1
{
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}
.button_2 .button_2_2
{
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}
.three
{
    margin:2%;
    height:90%;
    width:25%;
    position: relative;
    background-color:#bbf5fa;
    overflow: hidden;
}
.three > img
{
    height:50%;
    width:100%;
    transition: 0.5s;
}
.three > img:hover
{
    transform: scale(1.1);
    cursor:pointer;
}
.button_3
{
    width:100%;
    text-align:center;
    position: absolute;
    top:40%;
}
.button_3 button
{
    padding:1% 5%;
    font-family:MohrRounded-Semibold;
    font-size:0.7rem;
    color: #fff;
    background: #06bbcc; 
    border-color: #fff;

}
.button_3 .button_2_1
{
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}
.button_3 .button_2_2
{
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}
.one_content
{
    text-align:center;
    font-family:MohrRounded-Semibold;
    margin-top: 1%; 
    display: flex;   
    flex-direction: column;
}
.one_content p
{
    font-size: 1.5rem;
}
.one_content h1
{
    margin-top: 1%;
    font-size: 1.3rem;
    padding:5%;
}
.one_content_img img
{
    border-left:1px solid #333;
    padding: 2% 2.5%;
}
.one_content_img
{
    position: absolute;
    bottom: 0%;
    width:100%;
    margin-left: 0%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    border:1px solid black;
    
}
@media all and (max-width: 991px)
{
    .container14
    {
        display: flex;
        flex-direction: column;
        height:auto;
    }  
    .one
    {
        width:70%;
        height:auto;
    }
    .two
    {
        width:70%;
        height:auto;
    }
    .three
    {
        width:70%;
        height:auto;
        overflow: hidden;
    }
    .button_1
    {
        top:40%;
    }
    .button_2
    {
        top:45%;
    }
    .button_3
    {
        top:45%;
    }
    .one_content
    {
        margin-top: 0%; 
        padding: 8%;
    }
    
}
