/* .info-section {
    padding: 20px 0;
    background-color: #1376bd;
} */

.info-box {
    display: flex;
    justify-content: space-around;
    margin: 0;
    padding: 0;
    list-style: none;
    color: "#1376bd";
}

.single-info {
    /* width: 100%; */
    display: flex;
    padding: 30px;
    position: relative;
    border-right: 1px solid #1376bd;
}

@media (max-width: 991px) {
    .single-info {
        width: 100%;
    }
}

.single-info:nth-child(4) {
    border-right: 0px solid #1376bd;
}

.single-info:hover {
    background-color: #1376bd;
    transition: 0.3s;
}

.single-info .info-icon i {
    color: #1376bd;
    transition: color 0.3s;
}

.single-info .info-my-content p {
    margin: 0;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    transition: color 0.3s;
}

.single-info:hover .info-icon i,
.single-info:hover .info-my-content p {
    color: white;
}

.info-icon {
    font-size: 50px;
    line-height: 60px;
    margin-right: 10px;
}

.info-my-content p {
    font-size: 18px !important;
    text-align: center;
    color: #1376bd;
    font-weight: bold;
}

.my-btn-up {
    background-color: #1376bd;
}

.box-video {
    position: relative;
    padding-top: 56.25%;
    /* 16:9 Aspect Ratio */
    overflow: hidden;
    border-radius: 10px;
    background: #f7f7f7;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.box-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.video-title {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
}

.my-sub-content {
    font-size: 18px;
    line-height: 1.6;
    color: #666;
    text-align: justify;
}
