/* Existing styles */

.box-c {
    border: 1px solid white;
    padding: 23px 20px 3px 23px;
    border-radius: 21px;
    margin-bottom: 49px;
    margin-top: 21px;
}

.box-c > h3 {
    color: #ffffffc9;
    font-size: 20px;
}

.box-c > p {
    color: #ffffffc9;
    font-size: 16px;
}

.partners {
    width: 70%;
    height: 50%;
    border-radius: 50%;
    box-shadow: #000;
}

section#disscusion-pointaaa {
    padding-top: 34px;
}

p.award-para {
    margin-top: 30px;
    font-size: 19px;
    line-height: 38px;
    margin-bottom: 38px;
}

.section.award-title {
    background: url(../img/award-bgne.jpg);
    height: 214px;
}

.button-63 {
    align-items: center;
    background-image: linear-gradient(144deg, #AF40FF, #5B42F3 50%, #00DDEB);
    border: 0;
    border-radius: 8px;
    box-shadow: rgba(151, 65, 252, 0.2) 0 15px 30px -5px;
    box-sizing: border-box;
    color: #FFFFFF;
    display: flex;
    font-family: Phantomsans, sans-serif;
    font-size: 20px;
    justify-content: center;
    line-height: 1em;
    max-width: 100%;
    min-width: 140px;
    padding: 19px 24px;
    text-decoration: none;
    user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
    cursor: pointer;
}

.button-63:active,
.button-63:hover {
    outline: 0;
}

@media (min-width: 768px) {
    .button-63 {
        font-size: 24px;
        min-width: 196px;
    }
}

.owl-1 .owl-nav {
    width: 100%;
    position: absolute;
    top: 50%;
}

.owl-1 .owl-nav .owl-next,
.owl-1 .owl-nav .owl-prev {
    z-index: 92;
    position: absolute;
    top: 50%;
}

.owl-1 .owl-nav .owl-next:active,
.owl-1 .owl-nav .owl-next:focus,
.owl-1 .owl-nav .owl-prev:active,
.owl-1 .owl-nav .owl-prev:focus {
    outline: none;
}

.owl-1 .owl-nav .owl-next span,
.owl-1 .owl-nav .owl-prev span {
    color: #fff;
}

.owl-1 .owl-nav .owl-next span:before,
.owl-1 .owl-nav .owl-prev span:before {
    font-size: 40px !important;
}

.owl-1 .owl-nav .owl-next {
    right: 20px;
}

.owl-1 .owl-nav .owl-prev {
    left: 20px;
}

.owl-1 .owl-dots {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
}

.owl-1 .owl-dots .owl-dot {
    background: none;
    display: inline-block;
}

.owl-1 .owl-dots .owl-dot > span {
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    margin: 4px;
}

.owl-1 .owl-dots .owl-dot.active > span {
    background: white;
}

@media (max-width: 991.98px) {
    .owl-1 .owl-nav .owl-next,
    .owl-1 .owl-nav .owl-prev {
        border: 1px solid red; /* Example change for smaller screens */
    }
}

@media (max-width: 575px) {
    .partners {
        width: 100%; /* Adjusted width for smaller screens */
    }

    p.award-para {
        font-size: 16px; /* Example change for font size */
    }

    .section.award-title {
        height: 150px; /* Adjusted height for smaller screens */
    }
}

/* Add more media queries as needed for different screen sizes */

/* Example of making links responsive */

.content a {
    font-size: 20px;
    color: black;
    text-decoration: none;
    padding: 7px 19px;
    transition: 0.3s;
}

.content a:active,
.content a:hover {
    font-size: 20px;
    background-color: #65c8e4 !important;
    color: white;
    padding: 7px 19px;
    transition: 0.3s;
}
