.main-content .content-image img {
    border-radius: 50%;
}
.main-content .content-image {
    display: flex;
    justify-content: center;
    align-items: center;
}
.main-content .main-text {
    text-align: justify;
    font-size: 20px;
    color: #0c2d57;
}

.main-content .info .info-item p {
    color: #0c2d57;
    font-weight: bold;
}

/*POSTER START*/

.poster-bg {
    min-height: 270px;
    background-color: #0c2d57;
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.5);
}

.poster .content-text {
    color: white;
    transition: all 0.3s ease;
    min-height: 80px;
}
.poster .content-text .border {
    text-align: start;
    align-items: center;

}

.poster .content-text:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(252, 103, 54, 0.3);
}
.poster .content-text p {
    margin-right: 5px;
    font-size: 13px;
    font-weight: bold;
}

.poster .border .feature-icon {
    width: 35px;
    height: 35px;
    flex-shrink: 0;
    color: #ff7043;
}


.footer-text .icon-element {
    margin-left: 10px;
    padding: 5px;
    width: 80px;
    height: 80px;
    background-color: #fc6736;
    fill: white;
    color: white;
    border-radius: 10px;
}

.footer-text .form .btn {
    background-color: #fc6736;
    color: white;
}

