.update-sp {
    background-color: #2f3336;
    padding-block: 80px;
}

.update-title {
    font-family: "Besley", Sans-serif;
    font-size: 45px;
    font-weight: 600;
    color: #FFFFFF;
}

.update-box {
    color: white;
    gap: 40px;
    display: grid;
    grid-template-columns: auto 390px;
    margin-top: 40px;
	border-bottom: 1px solid #A7A7A7;
	padding-bottom: 20px;
}

.box-content-sub-title {
    font-family: "Open Sans", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #E4573D;
}

.box-content-title {
    text-decoration: none;
}

.box-content-title h2 {
    font-family: "Open Sans", Sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: #FFFFFF;
}

.box-content-para {
    font-family: "Open Sans", Sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 27px;
    color: #FFFFFF;
}

.box-content-btn {
    color: #E4573D;
    font-family: "Roboto", Sans-serif;
    font-weight: 500;
    text-decoration: underline;
    padding: 0px 0px 0px 0px;
}

.update-box-content {
    width: auto;
}

.update-box-img {
    width: 390px;
    border-radius: 14px;
    overflow: hidden;
}

.update-box-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .update-box-img {
        width: 250px;
        height: 143px;
    }

    .update-box {
        gap: 40px;
        grid-template-columns: auto 250px;
        gap: 20px;
    }

    .update-title {
        font-size: 35px;
    }

    .box-content-title h2 {
        font-size: 24px;
    }

    .box-content-para {
        font-size: 14px;
        line-height: 22px;
    }
}

@media only screen and (max-width: 767px) {
    .update-box {
        gap: 40px;
        grid-template-columns: 100%;
        gap: 20px;
    }

    .update-title {
        font-size: 32px;
    }

    .update-box-img {
        width: 100%;
        height: 100%;
    }

    .box-content-sub-title {
        font-size: 14px;
    }

    .box-content-title h2 {
        font-size: 22px;
    }

    .box-content-para {
        font-size: 14px;
        line-height: 22px;
    }
}
