.how-to-section {
    padding: 60px 0;
background: #fff; 
border-bottom-right-radius: 280px; padding-bottom: 120px;"
}

.video-wrapper {text-align: center;}

.how-to-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 40px;
}

.how-to-header {
 font-weight: 300 !important;
}

.how-to-header strong {
 font-weight: 700 !important;
}

.how-to-header {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #333;
}

.how-to-content {
    font-size: 18px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 30px;
}

.how-to-tips {
    padding: 20px;
    border: 1px solid #ccc;
    background-color: #fff;
	max-width: 500px;
}

.how-to-tips h3 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.how-to-tips p {
    font-size: 14px;
    color: #777;
}

.how-to-image img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}